aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-05-23 09:06:25 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-05-23 09:06:25 +0000
commit713f2394047b863599ab1fa5110c267ffc9acaaf (patch)
tree8737bbb7c7c2eb2c13ac05055182b94d8cb14aef
parent2668ee90d74eaf1bed8ef56abded536f51d0aee7 (diff)
downloadports-713f2394047b863599ab1fa5110c267ffc9acaaf.tar.gz
ports-713f2394047b863599ab1fa5110c267ffc9acaaf.zip
Nuke two-line pkg-plist
Notes
Notes: svn path=/head/; revision=135934
-rw-r--r--misc/floatator/Makefile1
-rw-r--r--misc/floatator/pkg-plist2
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile
index 8b6f90e9bced..e7f8aafe0ea1 100644
--- a/misc/floatator/Makefile
+++ b/misc/floatator/Makefile
@@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_MOTIF= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib"
+PLIST_FILES= bin/floatator bin/floatator_X_interface
do-install:
.for f in floatator floatator_X_interface
diff --git a/misc/floatator/pkg-plist b/misc/floatator/pkg-plist
deleted file mode 100644
index 6d981ba3a0ce..000000000000
--- a/misc/floatator/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/floatator
-bin/floatator_X_interface