aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-23 22:42:46 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-23 22:42:46 +0000
commit682ae3eaa812121b7ef0a7b4b19836446df3c7ff (patch)
tree2faaffc303e16e83d2d797559d407e50bddcc704 /ftp/proftpd
parent9e80f6244f1fbabb9968b9c76b24eee9fe772a7f (diff)
downloadports-682ae3eaa812121b7ef0a7b4b19836446df3c7ff.tar.gz
ports-682ae3eaa812121b7ef0a7b4b19836446df3c7ff.zip
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile2
-rw-r--r--ftp/proftpd/pkg-plist3
2 files changed, 5 insertions, 0 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index c34f22da6965..fc25ba16b337 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -283,6 +283,8 @@ post-configure:
${WRKSRC}/utils/ftpcount.1
post-install:
+ @${MV} ${PREFIX}/lib/pkgconfig/proftpd.pc ${PREFIX}/libdata/pkgconfig
+ @${RM} -rf ${PREFIX}/lib/pkgconfig
@cd ${PREFIX}/etc/ && ${CP} -n proftpd.conf.sample proftpd.conf
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}/
diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist
index 6dceee28178b..216c1645a3a3 100644
--- a/ftp/proftpd/pkg-plist
+++ b/ftp/proftpd/pkg-plist
@@ -59,7 +59,10 @@ include/proftpd/trace.h
include/proftpd/var.h
include/proftpd/version.h
include/proftpd/xferlog.h
+libdata/pkgconfig/proftpd.pc
sbin/ftpshut
sbin/in.proftpd
sbin/proftpd
@dirrm include/proftpd
+@dirrmtry lib/proftpd
+@dirrmtry libdata/pkgconfig \ No newline at end of file