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 /graphics/meshviewer | |
parent | Update to 0.8.12. (diff) |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'graphics/meshviewer')
-rw-r--r-- | graphics/meshviewer/Makefile | 1 | ||||
-rw-r--r-- | graphics/meshviewer/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index b3f09302cb96..4041ae2afea7 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -16,6 +16,7 @@ COMMENT= Mesh Viewer LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/mview USE_QT_VER= 3 USE_GL= yes MAKE_ENV= MOC="${MOC}" \ diff --git a/graphics/meshviewer/pkg-plist b/graphics/meshviewer/pkg-plist deleted file mode 100644 index 953ae8558be1..000000000000 --- a/graphics/meshviewer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mview |