aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-06 21:12:53 +0800
committertrevor <trevor@FreeBSD.org>2004-02-06 21:12:53 +0800
commit884981ec68cdccc03368be15d055407446135f3d (patch)
tree2f9733041e0ddb6902f51ab47491598efdeeaa7c /emulators
parentb1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff)
downloadfreebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz
freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst
freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/extract-xiso/Makefile1
-rw-r--r--emulators/extract-xiso/pkg-plist1
-rw-r--r--emulators/hfs/Makefile1
-rw-r--r--emulators/hfs/pkg-plist1
-rw-r--r--emulators/linux-vmware-toolbox2/Makefile1
-rw-r--r--emulators/linux-vmware-toolbox2/pkg-plist1
-rw-r--r--emulators/linux-vmware-toolbox4/Makefile1
-rw-r--r--emulators/linux-vmware-toolbox4/pkg-plist1
-rw-r--r--emulators/linux-vmware-toolbox5/Makefile1
-rw-r--r--emulators/linux-vmware-toolbox5/pkg-plist1
-rw-r--r--emulators/linux-vmware-toolbox6/Makefile1
-rw-r--r--emulators/linux-vmware-toolbox6/pkg-plist1
-rw-r--r--emulators/linux-winetools/Makefile1
-rw-r--r--emulators/linux-winetools/pkg-plist1
-rw-r--r--emulators/snes9x/Makefile1
-rw-r--r--emulators/snes9x/pkg-plist1
-rw-r--r--emulators/tkhfs/Makefile1
-rw-r--r--emulators/tkhfs/pkg-plist1
-rw-r--r--emulators/winetools/Makefile1
-rw-r--r--emulators/winetools/pkg-plist1
-rw-r--r--emulators/zsnes/Makefile1
-rw-r--r--emulators/zsnes/pkg-plist1
22 files changed, 11 insertions, 11 deletions
diff --git a/emulators/extract-xiso/Makefile b/emulators/extract-xiso/Makefile
index ef8f95ac8857..ae950beea5b2 100644
--- a/emulators/extract-xiso/Makefile
+++ b/emulators/extract-xiso/Makefile
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= king@v2project.com
COMMENT= This tool will extract files form xdvdfs (xbox iso) image
+PLIST_FILES= bin/extract-xiso
WRKSRC= ${WRKDIR}/freebsd
NO_BUILD= yes
USE_ZIP= yes
diff --git a/emulators/extract-xiso/pkg-plist b/emulators/extract-xiso/pkg-plist
deleted file mode 100644
index f947567e3552..000000000000
--- a/emulators/extract-xiso/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/extract-xiso
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 38fab438feed..adae9b1f2831 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -18,6 +18,7 @@ COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs
USE_GMAKE= yes
MAN1= hfs.1
+PLIST_FILES= bin/hfs
pre-install:
@${MKDIR} ${PREFIX}/bin
diff --git a/emulators/hfs/pkg-plist b/emulators/hfs/pkg-plist
deleted file mode 100644
index 495810c8ccf2..000000000000
--- a/emulators/hfs/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/hfs
diff --git a/emulators/linux-vmware-toolbox2/Makefile b/emulators/linux-vmware-toolbox2/Makefile
index 92795c4ca853..149f4c73ef0a 100644
--- a/emulators/linux-vmware-toolbox2/Makefile
+++ b/emulators/linux-vmware-toolbox2/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= matusita@FreeBSD.org
COMMENT=VMware toolbox for guest OS (for VMware 2.x, Linux version)
ONLY_FOR_ARCHS= i386
+PLIST_FILES= bin/linux-vmware-toolbox
USE_LINUX= yes
USE_X_PREFIX= yes
NO_BUILD= yes
diff --git a/emulators/linux-vmware-toolbox2/pkg-plist b/emulators/linux-vmware-toolbox2/pkg-plist
deleted file mode 100644
index 0507bad56709..000000000000
--- a/emulators/linux-vmware-toolbox2/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/linux-vmware-toolbox
diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile
index 49a23a8ff630..e2d24573bbac 100644
--- a/emulators/linux-vmware-toolbox4/Makefile
+++ b/emulators/linux-vmware-toolbox4/Makefile
@@ -17,6 +17,7 @@ COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version)
DISTDIR= ${MOUNT_PT}
IGNOREFILES= ${DISTFILES}
+PLIST_FILES= bin/linux-vmware-toolbox
WRKSRC= ${WRKDIR}/vmware-tools-distrib
STRIP=
diff --git a/emulators/linux-vmware-toolbox4/pkg-plist b/emulators/linux-vmware-toolbox4/pkg-plist
deleted file mode 100644
index 0507bad56709..000000000000
--- a/emulators/linux-vmware-toolbox4/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/linux-vmware-toolbox
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile
index 49a23a8ff630..e2d24573bbac 100644
--- a/emulators/linux-vmware-toolbox5/Makefile
+++ b/emulators/linux-vmware-toolbox5/Makefile
@@ -17,6 +17,7 @@ COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version)
DISTDIR= ${MOUNT_PT}
IGNOREFILES= ${DISTFILES}
+PLIST_FILES= bin/linux-vmware-toolbox
WRKSRC= ${WRKDIR}/vmware-tools-distrib
STRIP=
diff --git a/emulators/linux-vmware-toolbox5/pkg-plist b/emulators/linux-vmware-toolbox5/pkg-plist
deleted file mode 100644
index 0507bad56709..000000000000
--- a/emulators/linux-vmware-toolbox5/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/linux-vmware-toolbox
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile
index 49a23a8ff630..e2d24573bbac 100644
--- a/emulators/linux-vmware-toolbox6/Makefile
+++ b/emulators/linux-vmware-toolbox6/Makefile
@@ -17,6 +17,7 @@ COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version)
DISTDIR= ${MOUNT_PT}
IGNOREFILES= ${DISTFILES}
+PLIST_FILES= bin/linux-vmware-toolbox
WRKSRC= ${WRKDIR}/vmware-tools-distrib
STRIP=
diff --git a/emulators/linux-vmware-toolbox6/pkg-plist b/emulators/linux-vmware-toolbox6/pkg-plist
deleted file mode 100644
index 0507bad56709..000000000000
--- a/emulators/linux-vmware-toolbox6/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/linux-vmware-toolbox
diff --git a/emulators/linux-winetools/Makefile b/emulators/linux-winetools/Makefile
index b4179889512c..7e350a4a6e8a 100644
--- a/emulators/linux-winetools/Makefile
+++ b/emulators/linux-winetools/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
+PLIST_FILES= bin/winetools
USE_LINUX= yes
BRANDELF?= /usr/bin/brandelf
diff --git a/emulators/linux-winetools/pkg-plist b/emulators/linux-winetools/pkg-plist
deleted file mode 100644
index 3f4938911f9d..000000000000
--- a/emulators/linux-winetools/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/winetools
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 5164cb2e86fa..ea538928aa31 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}-src
MAINTAINER= green@FreeBSD.org
COMMENT= Super Nintendo Entertainment System(SNES) Emulator
+PLIST_FILES= bin/snes9x
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_X_PREFIX= YES
diff --git a/emulators/snes9x/pkg-plist b/emulators/snes9x/pkg-plist
deleted file mode 100644
index c5496363eef7..000000000000
--- a/emulators/snes9x/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/snes9x
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index 78f5042c10a0..d93805585493 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= jmz@FreeBSD.org
COMMENT= A Tcl/Tk front end to the hfs program
+PLIST_FILES= bin/tkhfs
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
wish8.2:${PORTSDIR}/x11-toolkits/tk82
diff --git a/emulators/tkhfs/pkg-plist b/emulators/tkhfs/pkg-plist
deleted file mode 100644
index 84267c545a8f..000000000000
--- a/emulators/tkhfs/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/tkhfs
diff --git a/emulators/winetools/Makefile b/emulators/winetools/Makefile
index b4179889512c..7e350a4a6e8a 100644
--- a/emulators/winetools/Makefile
+++ b/emulators/winetools/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= wine:${PORTSDIR}/emulators/wine
NO_WRKSUBDIR= yes
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
+PLIST_FILES= bin/winetools
USE_LINUX= yes
BRANDELF?= /usr/bin/brandelf
diff --git a/emulators/winetools/pkg-plist b/emulators/winetools/pkg-plist
deleted file mode 100644
index 3f4938911f9d..000000000000
--- a/emulators/winetools/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/winetools
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 92791123d51f..29ae128ebf52 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -26,6 +26,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
MAN1= zsnes.1
+PLIST_FILES= bin/zsnes
# non-portable, for a portable version see emulators/snes9x
ONLY_FOR_ARCHS= i386
diff --git a/emulators/zsnes/pkg-plist b/emulators/zsnes/pkg-plist
deleted file mode 100644
index 2cd30972ee1d..000000000000
--- a/emulators/zsnes/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/zsnes