diff options
author | tron <tron> | 2009-02-09 11:57:48 +0000 |
---|---|---|
committer | tron <tron> | 2009-02-09 11:57:48 +0000 |
commit | e37f32976ed8bdf91de341ce81cb64ea876349b9 (patch) | |
tree | d4b0fe2d4d68b93f96d3a11720789c0eddb75d00 /net/proftpd | |
parent | 901d9781833ada60793c88bc14d96c722283d987 (diff) | |
download | pkgsrc-e37f32976ed8bdf91de341ce81cb64ea876349b9.tar.gz |
Fix (de)installation of a binary version of this package.
Bump the package revision because the package list changed.
Diffstat (limited to 'net/proftpd')
-rw-r--r-- | net/proftpd/Makefile | 5 | ||||
-rw-r--r-- | net/proftpd/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index f430d57d2c1..7b285f8e5bd 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2009/02/08 07:28:44 kim Exp $ +# $NetBSD: Makefile,v 1.55 2009/02/09 11:57:48 tron Exp $ DISTNAME= proftpd-1.3.2 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.servus.at/ProFTPD/distrib/source/ \ @@ -42,6 +42,7 @@ SUBST_STAGE.man= pre-configure SUBST_FILES.man= utils/ftpcount.1.in utils/ftptop.1.in utils/ftpwho.1.in SUBST_SED.man= -e s,@LOCALSTATEDIR@/run/proftpd,${VARBASE}/run, +INSTALLATION_DIRS+= lib/proftpd INSTALLATION_DIRS+= share/doc/proftpd INSTALLATION_DIRS+= share/examples/proftpd diff --git a/net/proftpd/PLIST b/net/proftpd/PLIST index 708d7c9e1cc..d6e5a320014 100644 --- a/net/proftpd/PLIST +++ b/net/proftpd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/02/08 07:28:44 kim Exp $ +@comment $NetBSD: PLIST,v 1.17 2009/02/09 11:57:48 tron Exp $ bin/ftpcount bin/ftpdctl bin/ftptop @@ -57,6 +57,7 @@ include/proftpd/var.h include/proftpd/version.h include/proftpd/xferlog.h lib/pkgconfig/proftpd.pc +@exec ${MKDIR} %D/lib/proftpd man/man1/ftpcount.1 man/man1/ftptop.1 man/man1/ftpwho.1 |