diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 18:41:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 18:41:26 +0800 |
commit | d5835b08a2473f73d4911bd20794000535971dcd (patch) | |
tree | 85d2634e53a0d79899c3374b3269f60eca24a337 /mail | |
parent | 4cda1506ce3186475a89ede52b27d46dc45ed2d6 (diff) | |
download | freebsd-ports-gnome-d5835b08a2473f73d4911bd20794000535971dcd.tar.gz freebsd-ports-gnome-d5835b08a2473f73d4911bd20794000535971dcd.tar.zst freebsd-ports-gnome-d5835b08a2473f73d4911bd20794000535971dcd.zip |
- Stage support
Diffstat (limited to 'mail')
-rw-r--r-- | mail/relaydb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/relaydb/Makefile b/mail/relaydb/Makefile index f56b9ecfa6b5..e85ab33db962 100644 --- a/mail/relaydb/Makefile +++ b/mail/relaydb/Makefile @@ -9,13 +9,11 @@ MASTER_SITES= http://www.benzedrine.cx/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Spam relay database -MAN8= relaydb.8 -MANCOMPRESSED= yes -PLIST_FILES= bin/relaydb +PLIST_FILES= bin/relaydb \ + man/man8/relaydb.8.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/relaydb.8.gz ${MAN8PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/relaydb.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 .include <bsd.port.mk> |