diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 23:33:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-27 23:33:51 +0800 |
commit | c057a6662f298b61a19684c28cc4b544f3461ed2 (patch) | |
tree | 33004059f71570ca045366503c84effbfe25d55d /mail | |
parent | 8fe4f8a9fa1df087f3d0e4320856e0d4335025b1 (diff) | |
download | freebsd-ports-gnome-c057a6662f298b61a19684c28cc4b544f3461ed2.tar.gz freebsd-ports-gnome-c057a6662f298b61a19684c28cc4b544f3461ed2.tar.zst freebsd-ports-gnome-c057a6662f298b61a19684c28cc4b544f3461ed2.zip |
Support staging
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lookout/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/lookout/Makefile b/mail/lookout/Makefile index 427133f6d9f7..8b4249e0611f 100644 --- a/mail/lookout/Makefile +++ b/mail/lookout/Makefile @@ -12,12 +12,10 @@ COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard USE_PYTHON= yes NO_BUILD= yes -MAN1= lookout.1 -PLIST_FILES= bin/lookout +PLIST_FILES= bin/lookout man/man1/lookout.1.gz -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1 + ${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |