Sat Dec 17 10:16:28 2011 UTC ()
Add missing mk/curses buildlink.

Bump PKGREVISION


(sbd)
diff -r1.65 -r1.66 pkgsrc/net/proftpd/Makefile

cvs diff -r1.65 -r1.66 pkgsrc/net/proftpd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/proftpd/Makefile 2011/11/16 09:05:03 1.65
+++ pkgsrc/net/proftpd/Makefile 2011/12/17 10:16:28 1.66
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.65 2011/11/16 09:05:03 obache Exp $ 1# $NetBSD: Makefile,v 1.66 2011/12/17 10:16:28 sbd Exp $
2 2
3DISTNAME= proftpd-1.3.3g 3DISTNAME= proftpd-1.3.3g
 4PKGREVISION= 1
4CATEGORIES= net 5CATEGORIES= net
5MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ 6MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
6 ftp://ftp.servus.at/ProFTPD/distrib/source/ \ 7 ftp://ftp.servus.at/ProFTPD/distrib/source/ \
7 ftp://ftp.fsn.hu/pub/proftpd/distrib/source/ 8 ftp://ftp.fsn.hu/pub/proftpd/distrib/source/
8EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
9 10
10MAINTAINER= kim@tac.nyc.ny.us 11MAINTAINER= kim@tac.nyc.ny.us
11HOMEPAGE= http://www.proftpd.org/ 12HOMEPAGE= http://www.proftpd.org/
12COMMENT= FTP server with Apache like configuration 13COMMENT= FTP server with Apache like configuration
13LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
@@ -52,14 +53,15 @@ post-install: @@ -52,14 +53,15 @@ post-install:
52.for i in NEWS README README.IPv6 README.LDAP README.PAM README.capabilities \ 53.for i in NEWS README README.IPv6 README.LDAP README.PAM README.capabilities \
53 README.classes README.controls README.facl README.modules 54 README.classes README.controls README.facl README.modules
54 ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd 55 ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd
55.endfor 56.endfor
56.for i in Configuration.html faq.html license.txt 57.for i in Configuration.html faq.html license.txt
57 ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd 58 ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DESTDIR}${PREFIX}/share/doc/proftpd
58.endfor 59.endfor
59 ${INSTALL_DATA} ${WRKSRC}/sample-configurations/*.conf \ 60 ${INSTALL_DATA} ${WRKSRC}/sample-configurations/*.conf \
60 ${DESTDIR}${PREFIX}/share/examples/proftpd 61 ${DESTDIR}${PREFIX}/share/examples/proftpd
61 ${INSTALL_SCRIPT} ${WRKSRC}/contrib/ftpasswd \ 62 ${INSTALL_SCRIPT} ${WRKSRC}/contrib/ftpasswd \
62 ${DESTDIR}${PREFIX}/share/examples/proftpd 63 ${DESTDIR}${PREFIX}/share/examples/proftpd
63 64
64.include "../../devel/gettext-lib/buildlink3.mk" 65.include "../../devel/gettext-lib/buildlink3.mk"
 66.include "../../mk/curses.buildlink3.mk"
65.include "../../mk/bsd.pkg.mk" 67.include "../../mk/bsd.pkg.mk"