fixup Makefile and add missing ending quotes in PLIST

This commit is contained in:
brad 1999-03-29 01:45:27 +00:00
parent 8c84c216ce
commit f81d06e383
2 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 1999/03/12 15:23:33 brad Exp $ # $OpenBSD: Makefile,v 1.6 1999/03/29 01:45:27 brad Exp $
# $FreeBSD: Makefile,v 1.7 1999/02/12 21:55:04 obrien Exp $ # $FreeBSD: Makefile,v 1.7 1999/02/12 21:55:04 obrien Exp $
DISTNAME= proftpd-1.2.0pre3 DISTNAME= proftpd-1.2.0pre3
@ -6,15 +6,14 @@ PKGNAME= proftpd-1.2.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ftp://ftp.proftpd.org/distrib/ MASTER_SITES= ftp://ftp.proftpd.org/distrib/
MAINTAINER= brad@openbsd.org NEED_VERSION= 1.73
MAN1= ftpcount.1 ftpwho.1 MAINTAINER= brad@openbsd.org
MAN8= proftpd.8 ftpshut.8
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/run --sysconfdir=/etc --with-modules=mod_ratio CONFIGURE_ARGS= --localstatedir=/var/run --with-modules=mod_ratio
post-configure: post-configure:
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed @${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed

View File

@ -7,8 +7,8 @@ man/man1/ftpcount.1
man/man1/ftpwho.1 man/man1/ftpwho.1
@exec echo "***" @exec echo "***"
@exec echo "*** Finished installing proftpd." @exec echo "*** Finished installing proftpd."
@exec echo "*** Please take a look at the sample proftpd config file /etc/proftpd.conf @exec echo "*** Please take a look at the sample proftpd config file /etc/proftpd.conf"
@exec echo "*** and make any necessary modifications before running. @exec echo "*** and make any necessary modifications before running."
@exec echo "***" @exec echo "***"
@unexec echo "***" @unexec echo "***"
@unexec echo "*** Finished un-installing proftpd." @unexec echo "*** Finished un-installing proftpd."