diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /graphics/vid | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) |
Notes
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 9e7c75f57348..6aa11a00c640 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 fc9776823f9b..000000000000 --- a/graphics/vid/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vid |