diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-10 22:16:56 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-04-10 22:16:56 +0000 |
commit | 772af8373e723cec6037d74a5ef2092a90a1ff41 (patch) | |
tree | 070b55f6e6286fa3e7b580f9957c724563bb9fb8 /ftp/oftpd/Makefile | |
parent | dac3edbec8e5fdcabecda58421c83b317c5b99a0 (diff) | |
download | ports-772af8373e723cec6037d74a5ef2092a90a1ff41.tar.gz ports-772af8373e723cec6037d74a5ef2092a90a1ff41.zip |
Notes
Diffstat (limited to 'ftp/oftpd/Makefile')
-rw-r--r-- | ftp/oftpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile index 44e14d2d8c6d..b0a88908ef1a 100644 --- a/ftp/oftpd/Makefile +++ b/ftp/oftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oftpd -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= ftp MASTER_SITES= http://www.time-travellers.org/oftpd/ \ http://www.freenix.no/~anders/ @@ -19,6 +19,8 @@ DOCFILES= README AUTHORS ChangeLog NEWS TODO BUGS CFLAGS+= ${PTHREAD_CFLAGS} +MAN8= oftpd.8 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${PREFIX}/libexec/oftpd .if !defined(NOPORTDOCS) @@ -29,9 +31,9 @@ do-install: .endif post-install: + @${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8 @${ECHO} "================================================================================" @${ECHO} "oftpd only runs standalone, not from inetd." - @${ECHO} "Try ${PREFIX}/libexec/oftpd -h to see command line options." @${ECHO} "Create a README file in the root anonymous FTP dir to have it displayed to" @${ECHO} "users upon login." @${ECHO} "================================================================================" |