diff options
-rw-r--r-- | audio/streamripper/Makefile | 1 | ||||
-rw-r--r-- | audio/streamripper/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/qiv/Makefile | 1 | ||||
-rw-r--r-- | graphics/qiv/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 1 | ||||
-rw-r--r-- | textproc/diffstat/pkg-plist | 1 | ||||
-rw-r--r-- | x11/dynamag/Makefile | 1 | ||||
-rw-r--r-- | x11/dynamag/pkg-plist | 1 |
8 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index 177273e..d38aef5 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -14,5 +14,6 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= Splits SHOUTcast stream into tracks GNU_CONFIGURE= yes +PLIST_FILES= bin/streamripper .include <bsd.port.mk> diff --git a/audio/streamripper/pkg-plist b/audio/streamripper/pkg-plist deleted file mode 100644 index 354e734..0000000 --- a/audio/streamripper/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/streamripper diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index c1f9b21..0ba9bd0 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -23,6 +23,7 @@ USE_GNOME= imlib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= qiv.1 +PLIST_FILES= bin/qiv do-configure: @ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed diff --git a/graphics/qiv/pkg-plist b/graphics/qiv/pkg-plist deleted file mode 100644 index ae34354..0000000 --- a/graphics/qiv/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qiv diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 83d4978..cd8da18 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -19,5 +19,6 @@ MAKEFILE= makefile GNU_CONFIGURE= yes MAN1= diffstat.1 +PLIST_FILES= bin/diffstat .include <bsd.port.mk> diff --git a/textproc/diffstat/pkg-plist b/textproc/diffstat/pkg-plist deleted file mode 100644 index a1275bf..0000000 --- a/textproc/diffstat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/diffstat diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile index 47ae2e9..2b0d48b 100644 --- a/x11/dynamag/Makefile +++ b/x11/dynamag/Makefile @@ -17,6 +17,7 @@ COMMENT= Magnifying utility which updates continuously ALL_TARGET= dynamag NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/dynamag USE_IMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/x11/dynamag/pkg-plist b/x11/dynamag/pkg-plist deleted file mode 100644 index 5ff71fa..0000000 --- a/x11/dynamag/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dynamag |