mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
mail/notmuch-mutt: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
9e236ed0ea
commit
08119a7d00
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
PKGNAMESUFFIX= -mutt
|
PKGNAMESUFFIX= -mutt
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@ RUN_DEPENDS= mutt:mail/mutt \
|
||||||
|
|
||||||
USES= gmake perl5
|
USES= gmake perl5
|
||||||
|
|
||||||
MAKE_ARGS+= mandir=${MANPREFIX}/man prefix=${PREFIX}
|
MAKE_ARGS+= mandir=${PREFIX}/share/man prefix=${PREFIX}
|
||||||
MASTERDIR= ${.CURDIR}/../notmuch
|
MASTERDIR= ${.CURDIR}/../notmuch
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
WRKSRC_SUBDIR= contrib/notmuch-mutt
|
WRKSRC_SUBDIR= contrib/notmuch-mutt
|
||||||
|
@ -33,6 +34,6 @@ post-install-EXAMPLES-off:
|
||||||
@${RM} -r ${STAGEDIR}${PREFIX}/etc/Muttrc.d
|
@${RM} -r ${STAGEDIR}${PREFIX}/etc/Muttrc.d
|
||||||
|
|
||||||
post-install-MANPAGES-off:
|
post-install-MANPAGES-off:
|
||||||
@${RM} ${STAGEDIR}${MANPREFIX}/man/man1/notmuch-mutt.1
|
@${RM} ${STAGEDIR}${PREFIX}/share/man/man1/notmuch-mutt.1
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
%%MANPAGES%%man/man1/notmuch-mutt.1.gz
|
%%MANPAGES%%share/man/man1/notmuch-mutt.1.gz
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notmuch-mutt.rc
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notmuch-mutt.rc
|
||||||
bin/notmuch-mutt
|
bin/notmuch-mutt
|
||||||
|
|
Loading…
Add table
Reference in a new issue