diff options
author | vs <vs@FreeBSD.org> | 2005-05-23 17:06:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-23 17:06:25 +0800 |
commit | bc6575d423b01d6467367e2dc88b11613ddf8930 (patch) | |
tree | 140545d7214efe5318326e6d08ca0e1ef051c9fc /misc | |
parent | 703c14f93c050dec799acd086672d15a9df30693 (diff) | |
download | freebsd-ports-gnome-bc6575d423b01d6467367e2dc88b11613ddf8930.tar.gz freebsd-ports-gnome-bc6575d423b01d6467367e2dc88b11613ddf8930.tar.zst freebsd-ports-gnome-bc6575d423b01d6467367e2dc88b11613ddf8930.zip |
Nuke two-line pkg-plist
Diffstat (limited to 'misc')
-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 |