diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /news | |
parent | Update to 0.8.12. (diff) |
Use PLIST_FILES.
Reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=100076
Diffstat (limited to 'news')
-rw-r--r-- | news/bgrab/Makefile | 1 | ||||
-rw-r--r-- | news/bgrab/pkg-plist | 1 | ||||
-rw-r--r-- | news/ija/Makefile | 1 | ||||
-rw-r--r-- | news/ija/pkg-plist | 1 | ||||
-rw-r--r-- | news/mmail/Makefile | 3 | ||||
-rw-r--r-- | news/mmail/pkg-plist | 1 | ||||
-rw-r--r-- | news/unpost/Makefile | 1 | ||||
-rw-r--r-- | news/unpost/pkg-plist | 1 |
8 files changed, 5 insertions, 5 deletions
diff --git a/news/bgrab/Makefile b/news/bgrab/Makefile index a1fb4aea2076..08b36f6792aa 100644 --- a/news/bgrab/Makefile +++ b/news/bgrab/Makefile @@ -20,5 +20,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -zxf - USE_BZIP2= yes MAKEFILE= ${FILESDIR}/Makefile.dist MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" +PLIST_FILES= bin/bgrab .include <bsd.port.mk> diff --git a/news/bgrab/pkg-plist b/news/bgrab/pkg-plist deleted file mode 100644 index 3bebaa2bcd31..000000000000 --- a/news/bgrab/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bgrab diff --git a/news/ija/Makefile b/news/ija/Makefile index 0f91c431f0ec..d6606537d4ab 100644 --- a/news/ija/Makefile +++ b/news/ija/Makefile @@ -22,6 +22,7 @@ USE_PERL5= yes NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= bin/ija do-extract: @${MKDIR} ${WRKDIR} diff --git a/news/ija/pkg-plist b/news/ija/pkg-plist deleted file mode 100644 index de005485f349..000000000000 --- a/news/ija/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ija diff --git a/news/mmail/Makefile b/news/mmail/Makefile index e42c966895a8..a7e0284f4a90 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ USE_GMAKE= yes MAKE_ARGS= OPTS="" -MAN1= mmail.1 +MAN1= mmail.1 +PLIST_FILES= bin/mmail do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail diff --git a/news/mmail/pkg-plist b/news/mmail/pkg-plist deleted file mode 100644 index c9723638add2..000000000000 --- a/news/mmail/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mmail diff --git a/news/unpost/Makefile b/news/unpost/Makefile index b10bf4215372..598966cf83bd 100644 --- a/news/unpost/Makefile +++ b/news/unpost/Makefile @@ -16,6 +16,7 @@ COMMENT= Extract binary files from multi-segment uuencoded postings MAKEFILE= makefils/linux.mkf MAN1= unpost.1 +PLIST_FILES= bin/unpost do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unpost ${PREFIX}/bin diff --git a/news/unpost/pkg-plist b/news/unpost/pkg-plist deleted file mode 100644 index 48523221edc8..000000000000 --- a/news/unpost/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/unpost |