diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-26 07:52:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-26 07:52:07 +0000 |
commit | 96e924e3e0620616ba44248c18b855e651f6241e (patch) | |
tree | fe5a4168071e52b53ffe1ac53c3e9f3d60b6584c /mail/isync | |
parent | e12db4011c1e8691d75b86b102698bc4b94eeed6 (diff) |
Notes
Diffstat (limited to 'mail/isync')
-rw-r--r-- | mail/isync/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 27fb2685583f..128682e557d5 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -15,16 +15,15 @@ GNU_CONFIGURE= yes USE_OPENSSL= yes USE_BDB= 42+ -MAN1= isync.1 mbsync.1 mdconvert.1 PORTDOCS= AUTHORS ChangeLog NEWS README TODO -PLIST_FILES= bin/get-cert bin/isync bin/mbsync bin/mdconvert +PLIST_FILES= bin/get-cert bin/isync bin/mbsync bin/mdconvert \ + man/man1/isync.1.gz man/man1/mbsync.1.gz man/man1/mdconvert.1.gz CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${OPENSSLINC} LDFLAGS+= -L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -32,9 +31,9 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif |