diff options
-rw-r--r-- | dns/dnsflood/Makefile | 5 | ||||
-rw-r--r-- | ftp/tnftpd/Makefile | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/dns/dnsflood/Makefile b/dns/dnsflood/Makefile index 1ea70d3..687a019 100644 --- a/dns/dnsflood/Makefile +++ b/dns/dnsflood/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnsflood PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.adotout.com/ EXTRACT_SUFX= .tgz @@ -18,8 +19,8 @@ USE_GETOPT_LONG= yes WRKSRC= ${WRKDIR}/dns_flood_detector -PLIST_FILES= sbin/dns_flood_detector %%PORTDOCS%%%%DOCSDIR%%/README -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% +PLIST_FILES= sbin/dns_flood_detector +PORTDOCS= README pre-patch: ${CP} ${WRKSRC}/makefiles/Makefile-FreeBSD ${WRKSRC}/Makefile diff --git a/ftp/tnftpd/Makefile b/ftp/tnftpd/Makefile index 78743cd..8d602f6 100644 --- a/ftp/tnftpd/Makefile +++ b/ftp/tnftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= tnftpd PORTVERSION= 20061204 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ @@ -27,12 +28,8 @@ DOCS= ChangeLog README THANKS COPYING MAN5= ftpd.conf.5 ftpusers.5 MAN8= tnftpd.8 -PLIST_FILES= libexec/tnftpd \ - %%PORTDOCS%%%%DOCSDIR%%/ChangeLog \ - %%PORTDOCS%%%%DOCSDIR%%/README \ - %%PORTDOCS%%%%DOCSDIR%%/THANKS \ - %%PORTDOCS%%%%DOCSDIR%%/COPYING -PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% +PLIST_FILES= libexec/tnftpd +PORTDOCS= ChangeLog README THANKS COPYING FIXPREFIX= ftpd.8 ftpd.conf.5 ftpusers.5 |