diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 09:06:25 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-23 09:06:25 +0000 |
commit | 713f2394047b863599ab1fa5110c267ffc9acaaf (patch) | |
tree | 8737bbb7c7c2eb2c13ac05055182b94d8cb14aef | |
parent | 2668ee90d74eaf1bed8ef56abded536f51d0aee7 (diff) | |
download | ports-713f2394047b863599ab1fa5110c267ffc9acaaf.tar.gz ports-713f2394047b863599ab1fa5110c267ffc9acaaf.zip |
Nuke two-line pkg-plist
Notes
Notes:
svn path=/head/; revision=135934
-rw-r--r-- | misc/floatator/Makefile | 1 | ||||
-rw-r--r-- | misc/floatator/pkg-plist | 2 |
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 |