diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 09:29:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 09:29:26 +0000 |
commit | bda8ce9bb2c1b1eb598bf2fc19d0c504ca18da04 (patch) | |
tree | 79d758f85241f4126f568fb754c3d8757375c24f /mail/rftp | |
parent | 9cf40e5f5af3a9c5ece1f6a55a2bc7843c793648 (diff) |
Notes
Diffstat (limited to 'mail/rftp')
-rw-r--r-- | mail/rftp/Makefile | 12 | ||||
-rw-r--r-- | mail/rftp/pkg-plist | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/rftp/Makefile b/mail/rftp/Makefile index 34fa93134ef0..8b6019939af7 100644 --- a/mail/rftp/Makefile +++ b/mail/rftp/Makefile @@ -9,14 +9,10 @@ MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/ MAINTAINER= kline@thought.org COMMENT= Automatically reconstruct ftpmail- or bitftp-retrieved files -MAN1= rftp.1 uucat.1 - -# rftp's `make install' stinks, do it properly here -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/mail/rftp/pkg-plist b/mail/rftp/pkg-plist index ecab15e8244e..f9058351362b 100644 --- a/mail/rftp/pkg-plist +++ b/mail/rftp/pkg-plist @@ -1,2 +1,4 @@ bin/rftp bin/uucat +man/man1/rftp.1.gz +man/man1/uucat.1.gz |