diff options
author | dirk <dirk@FreeBSD.org> | 2001-04-11 06:16:56 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-04-11 06:16:56 +0800 |
commit | a4bb0fa600ffd1e20cee7cb0c7b3e256573d2d5c (patch) | |
tree | 9ea50a39546b2058d49b9c00798037bb028ebfde /ftp/oftpd/Makefile | |
parent | f327fcce19eb5f4282b34f17b09044c6f137f5c1 (diff) | |
download | freebsd-ports-gnome-a4bb0fa600ffd1e20cee7cb0c7b3e256573d2d5c.tar.gz freebsd-ports-gnome-a4bb0fa600ffd1e20cee7cb0c7b3e256573d2d5c.tar.zst freebsd-ports-gnome-a4bb0fa600ffd1e20cee7cb0c7b3e256573d2d5c.zip |
Upgrade to 0.3.4.
PR: ports/26443
Submitted by: Anders Nordby <anders@fix.no> (maintainer)
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} "================================================================================" |