fixup Makefile and add missing ending quotes in PLIST
This commit is contained in:
parent
8c84c216ce
commit
f81d06e383
@ -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 $
|
||||
|
||||
DISTNAME= proftpd-1.2.0pre3
|
||||
@ -6,15 +6,14 @@ PKGNAME= proftpd-1.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
NEED_VERSION= 1.73
|
||||
|
||||
MAN1= ftpcount.1 ftpwho.1
|
||||
MAN8= proftpd.8 ftpshut.8
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
USE_GMAKE= 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:
|
||||
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
|
||||
|
@ -7,8 +7,8 @@ man/man1/ftpcount.1
|
||||
man/man1/ftpwho.1
|
||||
@exec echo "***"
|
||||
@exec echo "*** Finished installing proftpd."
|
||||
@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 "*** Please take a look at the sample proftpd config file /etc/proftpd.conf"
|
||||
@exec echo "*** and make any necessary modifications before running."
|
||||
@exec echo "***"
|
||||
@unexec echo "***"
|
||||
@unexec echo "*** Finished un-installing proftpd."
|
||||
|
Loading…
Reference in New Issue
Block a user