summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
committertrevor <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
commit4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch)
tree3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /astro
parent26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff)
downloadFreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip
FreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'astro')
-rw-r--r--astro/fooseti/Makefile1
-rw-r--r--astro/fooseti/pkg-plist1
-rw-r--r--astro/phoon/Makefile1
-rw-r--r--astro/phoon/pkg-plist1
-rw-r--r--astro/pyweather/Makefile1
-rw-r--r--astro/pyweather/pkg-plist1
-rw-r--r--astro/stars/Makefile1
-rw-r--r--astro/stars/pkg-plist1
-rw-r--r--astro/wmsun/Makefile1
-rw-r--r--astro/wmsun/pkg-plist1
-rw-r--r--astro/xphoon/Makefile1
-rw-r--r--astro/xphoon/pkg-plist1
12 files changed, 6 insertions, 6 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile
index a5486c0..d0b11ea 100644
--- a/astro/fooseti/Makefile
+++ b/astro/fooseti/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+ frontend to SETI@Home
GNU_CONFIGURE= yes
+PLIST_FILES= bin/fooseti
USE_GETTEXT= yes
USE_GNOME= gtk12
diff --git a/astro/fooseti/pkg-plist b/astro/fooseti/pkg-plist
deleted file mode 100644
index f61d317..0000000
--- a/astro/fooseti/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/fooseti
diff --git a/astro/phoon/Makefile b/astro/phoon/Makefile
index 05dca12..811ae8f 100644
--- a/astro/phoon/Makefile
+++ b/astro/phoon/Makefile
@@ -18,6 +18,7 @@ COMMENT= Phoon displays the phase of the moon
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
MAN1= phoon.1
+PLIST_FILES= bin/phoon
pre-patch:
@${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \
diff --git a/astro/phoon/pkg-plist b/astro/phoon/pkg-plist
deleted file mode 100644
index 5eb4bd9..0000000
--- a/astro/phoon/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/phoon
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile
index 758884c..ab3fc8d 100644
--- a/astro/pyweather/Makefile
+++ b/astro/pyweather/Makefile
@@ -18,6 +18,7 @@ COMMENT= Python script that downloads weather data and can be cronned
USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
+PLIST_FILES= bin/pyWeather
post-patch:
@${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \
diff --git a/astro/pyweather/pkg-plist b/astro/pyweather/pkg-plist
deleted file mode 100644
index cd635b1..0000000
--- a/astro/pyweather/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/pyWeather
diff --git a/astro/stars/Makefile b/astro/stars/Makefile
index c8050bc..db7d509 100644
--- a/astro/stars/Makefile
+++ b/astro/stars/Makefile
@@ -15,6 +15,7 @@ DISTNAME= stars-1.0-ss-11.00
MAINTAINER= ports@FreeBSD.org
COMMENT= Star field demo
+PLIST_FILES= bin/stars
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
diff --git a/astro/stars/pkg-plist b/astro/stars/pkg-plist
deleted file mode 100644
index 3d290bf..0000000
--- a/astro/stars/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/stars
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index ea21c1c..8b7af9e 100644
--- a/astro/wmsun/Makefile
+++ b/astro/wmsun/Makefile
@@ -20,5 +20,6 @@ USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSun.1
+PLIST_FILES= bin/wmSun
.include <bsd.port.mk>
diff --git a/astro/wmsun/pkg-plist b/astro/wmsun/pkg-plist
deleted file mode 100644
index 4f84411..0000000
--- a/astro/wmsun/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/wmSun
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile
index 184cd85..48beff4 100644
--- a/astro/xphoon/Makefile
+++ b/astro/xphoon/Makefile
@@ -18,5 +18,6 @@ COMMENT= Set the root window to the moon in its current phase
USE_IMAKE= yes
MAN1= xphoon.1
+PLIST_FILES= bin/xphoon
.include <bsd.port.mk>
diff --git a/astro/xphoon/pkg-plist b/astro/xphoon/pkg-plist
deleted file mode 100644
index c29a5cf..0000000
--- a/astro/xphoon/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/xphoon
OpenPOWER on IntegriCloud