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/Makefile | |
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/Makefile')
-rw-r--r-- | net/proftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |