aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-06 04:38:07 +0800
committertrevor <trevor@FreeBSD.org>2004-02-06 04:38:07 +0800
commit4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch)
tree3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /math
parent26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff)
downloadfreebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz
freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.zst
freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'math')
-rw-r--r--math/clarence/Makefile3
-rw-r--r--math/clarence/pkg-plist1
-rw-r--r--math/hexcalc/Makefile1
-rw-r--r--math/hexcalc/pkg-plist1
-rw-r--r--math/py-probstat/Makefile1
-rw-r--r--math/py-probstat/pkg-plist1
-rw-r--r--math/umatrix/Makefile1
-rw-r--r--math/umatrix/pkg-plist1
8 files changed, 5 insertions, 5 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile
index 9056f4b9b0a7..fb828ea7de1d 100644
--- a/math/clarence/Makefile
+++ b/math/clarence/Makefile
@@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk
USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
-MAN1= clarence.1
+MAN1= clarence.1
+PLIST_FILES= bin/clarence
post-patch:
@${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
diff --git a/math/clarence/pkg-plist b/math/clarence/pkg-plist
deleted file mode 100644
index efe274305340..000000000000
--- a/math/clarence/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/clarence
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile
index 3ea4322e15bc..b9179fdf4d68 100644
--- a/math/hexcalc/Makefile
+++ b/math/hexcalc/Makefile
@@ -17,5 +17,6 @@ COMMENT= A multi-radix calculator for x11
USE_IMAKE= yes
MAN1= hexcalc.1
+PLIST_FILES= bin/hexcalc
.include <bsd.port.mk>
diff --git a/math/hexcalc/pkg-plist b/math/hexcalc/pkg-plist
deleted file mode 100644
index 821269ec29cf..000000000000
--- a/math/hexcalc/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/hexcalc
diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile
index 0f404655a8b9..1864c43e6afc 100644
--- a/math/py-probstat/Makefile
+++ b/math/py-probstat/Makefile
@@ -18,6 +18,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Probability And Statistics Utils for Python
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/probstat.so
PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/math/py-probstat/pkg-plist b/math/py-probstat/pkg-plist
deleted file mode 100644
index 88b45cc3017e..000000000000
--- a/math/py-probstat/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-%%PYTHON_SITELIBDIR%%/probstat.so
diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile
index da9dc4e1b649..3098952a9ee2 100644
--- a/math/umatrix/Makefile
+++ b/math/umatrix/Makefile
@@ -15,5 +15,6 @@ COMMENT= Simple matrix package
GNU_CONFIGURE= yes
MAN1= umatrix.1
+PLIST_FILES= bin/umatrix
.include <bsd.port.mk>
diff --git a/math/umatrix/pkg-plist b/math/umatrix/pkg-plist
deleted file mode 100644
index 25effa77df3f..000000000000
--- a/math/umatrix/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/umatrix