diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /graphics/vid | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | FreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.zip FreeBSD-ports-884981ec68cdccc03368be15d055407446135f3d.tar.gz |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'graphics/vid')
-rw-r--r-- | graphics/vid/Makefile | 2 | ||||
-rw-r--r-- | graphics/vid/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 9e7c75f..6aa11a0 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -22,6 +22,7 @@ BROKEN= requires FreeBSD 4.0 or later LIB_DEPENDS= netpbm:${PORTSDIR}/graphics/netpbm +PLIST_FILES= bin/vid # The port does not understand 'make all' or 'make install' # so change the 'all_target' to be empty and use our own do-install handler. @@ -31,4 +32,3 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin .include <bsd.port.post.mk> - diff --git a/graphics/vid/pkg-plist b/graphics/vid/pkg-plist deleted file mode 100644 index fc97768..0000000 --- a/graphics/vid/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vid |