diff options
Diffstat (limited to 'graphics/vid/Makefile')
-rw-r--r-- | graphics/vid/Makefile | 2 |
1 files changed, 1 insertions, 1 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> - |