mail/deforaos-mailer: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
9757949397
commit
4692945dd2
2 changed files with 4 additions and 4 deletions
|
@ -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-
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue