summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-06 13:12:53 +0000
committertrevor <trevor@FreeBSD.org>2004-02-06 13:12:53 +0000
commit884981ec68cdccc03368be15d055407446135f3d (patch)
tree2f9733041e0ddb6902f51ab47491598efdeeaa7c /news
parentb1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff)
downloadFreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.zip
FreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.tar.gz
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'news')
-rw-r--r--news/gup/Makefile1
-rw-r--r--news/gup/pkg-plist1
-rw-r--r--news/husky-hptkill/Makefile1
-rw-r--r--news/husky-hptkill/pkg-plist1
-rw-r--r--news/husky-hptsqfix/Makefile1
-rw-r--r--news/husky-hptsqfix/pkg-plist1
-rw-r--r--news/husky-sqpack/Makefile1
-rw-r--r--news/husky-sqpack/pkg-plist1
-rw-r--r--news/newsfetch/Makefile1
-rw-r--r--news/newsfetch/pkg-plist1
-rw-r--r--news/newsfish/Makefile1
-rw-r--r--news/newsfish/pkg-plist1
-rw-r--r--news/nnap/Makefile1
-rw-r--r--news/nnap/pkg-plist1
-rw-r--r--news/nntpbtr/Makefile1
-rw-r--r--news/nntpbtr/pkg-plist1
16 files changed, 8 insertions, 8 deletions
diff --git a/news/gup/Makefile b/news/gup/Makefile
index 8c9f434..6c66349 100644
--- a/news/gup/Makefile
+++ b/news/gup/Makefile
@@ -16,6 +16,7 @@ COMMENT= Allows remote sites to change their newsgroup subscriptions
WRKSRC= ${WRKDIR}/gup
MAN1= gup.1
+PLIST_FILES= libexec/gup
do-configure:
@${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
diff --git a/news/gup/pkg-plist b/news/gup/pkg-plist
deleted file mode 100644
index d5cc528..0000000
--- a/news/gup/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-libexec/gup
diff --git a/news/husky-hptkill/Makefile b/news/husky-hptkill/Makefile
index 297de0e..47d38cb 100644
--- a/news/husky-hptkill/Makefile
+++ b/news/husky-hptkill/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
MAN1= hptkill.1
MANCOMPRESSED= yes
+PLIST_FILES= bin/hptkill
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
diff --git a/news/husky-hptkill/pkg-plist b/news/husky-hptkill/pkg-plist
deleted file mode 100644
index 5b5cd97..0000000
--- a/news/husky-hptkill/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/hptkill
diff --git a/news/husky-hptsqfix/Makefile b/news/husky-hptsqfix/Makefile
index 32185ae..2b55f27 100644
--- a/news/husky-hptsqfix/Makefile
+++ b/news/husky-hptsqfix/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
MAN1= hptsqfix.1
MANCOMPRESSED= yes
+PLIST_FILES= bin/hptsqfix
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
diff --git a/news/husky-hptsqfix/pkg-plist b/news/husky-hptsqfix/pkg-plist
deleted file mode 100644
index eb76dbb..0000000
--- a/news/husky-hptsqfix/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/hptsqfix
diff --git a/news/husky-sqpack/Makefile b/news/husky-sqpack/Makefile
index 70d327e..a695fd3 100644
--- a/news/husky-sqpack/Makefile
+++ b/news/husky-sqpack/Makefile
@@ -20,6 +20,7 @@ USE_REINPLACE= yes
MAN1= sqpack.1
MANCOMPRESSED= yes
+PLIST_FILES= bin/sqpack
post-patch:
@${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
diff --git a/news/husky-sqpack/pkg-plist b/news/husky-sqpack/pkg-plist
deleted file mode 100644
index bb53b66..0000000
--- a/news/husky-sqpack/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/sqpack
diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile
index 0eac938..e5dd3ff 100644
--- a/news/newsfetch/Makefile
+++ b/news/newsfetch/Makefile
@@ -19,6 +19,7 @@ MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
MAN1= newsfetch.1
MANCOMPRESSED= maybe
+PLIST_FILES= bin/newsfetch
do-configure:
cd ${WRKSRC} && ( \
diff --git a/news/newsfetch/pkg-plist b/news/newsfetch/pkg-plist
deleted file mode 100644
index 89c5951..0000000
--- a/news/newsfetch/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/newsfetch
diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile
index 49a6334..b983e0c 100644
--- a/news/newsfish/Makefile
+++ b/news/newsfish/Makefile
@@ -19,5 +19,6 @@ USE_AUTOMAKE= yes
USE_GMAKE= yes
MAN1= newsfish.1
+PLIST_FILES= bin/newsfish
.include <bsd.port.mk>
diff --git a/news/newsfish/pkg-plist b/news/newsfish/pkg-plist
deleted file mode 100644
index 6ce3f94..0000000
--- a/news/newsfish/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/newsfish
diff --git a/news/nnap/Makefile b/news/nnap/Makefile
index faebe7e..36d3c50 100644
--- a/news/nnap/Makefile
+++ b/news/nnap/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= lasse@freebsdcluster.org
COMMENT= Nnap is a lightweight NNTP authentication proxy
NO_WRKSUBDIR= yes
+PLIST_FILES= sbin/nnap
do-extract:
@${MKDIR} ${WRKDIR}
diff --git a/news/nnap/pkg-plist b/news/nnap/pkg-plist
deleted file mode 100644
index 0c334c2..0000000
--- a/news/nnap/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-sbin/nnap
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile
index 8fe5d1b..f5ea714 100644
--- a/news/nntpbtr/Makefile
+++ b/news/nntpbtr/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= dk@farm.org
COMMENT= NNTP bulk transfer
MAN1= nntpbtr.1
+PLIST_FILES= sbin/nntpbtr
# "patch" complains otherwise
post-extract:
diff --git a/news/nntpbtr/pkg-plist b/news/nntpbtr/pkg-plist
deleted file mode 100644
index 8e5beb0..0000000
--- a/news/nntpbtr/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-sbin/nntpbtr
OpenPOWER on IntegriCloud