Skip to content

Commit

Permalink
mail/deforaos-mailer: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 9757949 commit 4692945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mail/deforaos-mailer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mailer
PORTVERSION= 0.1.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.defora.org/os/download/download/4426/
PKGNAMEPREFIX= deforaos-
Expand All @@ -24,7 +24,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20
USE_LDCONFIG= yes

MAKE_ARGS+= PREFIX=${PREFIX}
MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man
MAKE_ENV+= MANDIR=${STAGEDIR}${PREFIX}/share/man

MAKE_JOBS_UNSAFE= yes

Expand Down
4 changes: 2 additions & 2 deletions mail/deforaos-mailer/pkg-plist
Expand Up @@ -18,8 +18,8 @@ lib/libMailer.so
lib/libMailer.so.0
lib/libMailer.so.0.0
libdata/pkgconfig/Mailer.pc
%%PORTDOCS%%man/man1/compose.1.gz
%%PORTDOCS%%man/man1/mailer.1.gz
%%PORTDOCS%%share/man/man1/compose.1.gz
%%PORTDOCS%%share/man/man1/mailer.1.gz
share/applications/deforaos-mailer.desktop
share/icons/hicolor/16x16/apps/mailer-accounts.png
share/icons/hicolor/16x16/apps/mailer-drafts.png
Expand Down

0 comments on commit 4692945

Please sign in to comment.