diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /math | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-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 'math')
-rw-r--r-- | math/abs/Makefile | 1 | ||||
-rw-r--r-- | math/abs/pkg-plist | 1 | ||||
-rw-r--r-- | math/apc/Makefile | 1 | ||||
-rw-r--r-- | math/apc/pkg-plist | 1 | ||||
-rw-r--r-- | math/entropy/Makefile | 1 | ||||
-rw-r--r-- | math/entropy/pkg-plist | 1 | ||||
-rw-r--r-- | math/eval/Makefile | 1 | ||||
-rw-r--r-- | math/eval/pkg-plist | 1 | ||||
-rw-r--r-- | math/geg/Makefile | 1 | ||||
-rw-r--r-- | math/geg/pkg-plist | 1 | ||||
-rw-r--r-- | math/gexpr/Makefile | 3 | ||||
-rw-r--r-- | math/gexpr/pkg-plist | 1 | ||||
-rw-r--r-- | math/grpn/Makefile | 1 | ||||
-rw-r--r-- | math/grpn/pkg-plist | 1 | ||||
-rw-r--r-- | math/p5-Roman/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Roman/pkg-plist | 1 | ||||
-rw-r--r-- | math/py-mpz/Makefile | 1 | ||||
-rw-r--r-- | math/py-mpz/pkg-plist | 1 | ||||
-rw-r--r-- | math/wmcalc/Makefile | 1 | ||||
-rw-r--r-- | math/wmcalc/pkg-plist | 1 |
20 files changed, 11 insertions, 11 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 1f26d83c5d64..0e73266f5bff 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= gmarco@giovannelli.it COMMENT= A free spreadsheet with graphical user interface +PLIST_FILES= bin/abs USE_XLIB= yes USE_XPM= yes USE_REINPLACE= yes diff --git a/math/abs/pkg-plist b/math/abs/pkg-plist deleted file mode 100644 index 358b463bee5b..000000000000 --- a/math/abs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/abs diff --git a/math/apc/Makefile b/math/apc/Makefile index 246599763a0b..e26de6d0ecdc 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -18,5 +18,6 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes MAN1= apc.1 MANCOMPRESSED= yes +PLIST_FILES= bin/apc .include <bsd.port.mk> diff --git a/math/apc/pkg-plist b/math/apc/pkg-plist deleted file mode 100644 index dbd9c717af2e..000000000000 --- a/math/apc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/apc diff --git a/math/entropy/Makefile b/math/entropy/Makefile index bfe55641486f..c969588750ce 100644 --- a/math/entropy/Makefile +++ b/math/entropy/Makefile @@ -15,5 +15,6 @@ COMMENT= Calculate data entropy to benchmark compression algorithms MAN1= entropy.1 MANCOMPRESSED= yes +PLIST_FILES= bin/entropy .include <bsd.port.mk> diff --git a/math/entropy/pkg-plist b/math/entropy/pkg-plist deleted file mode 100644 index 61b29c665db8..000000000000 --- a/math/entropy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/entropy diff --git a/math/eval/Makefile b/math/eval/Makefile index c8e3860fef82..b5217e9d2b3a 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= | lha x - +PLIST_FILES= bin/Eval WRKSRC= ${WRKDIR}/Eval/source diff --git a/math/eval/pkg-plist b/math/eval/pkg-plist deleted file mode 100644 index 517f274e8ba3..000000000000 --- a/math/eval/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/Eval diff --git a/math/geg/Makefile b/math/geg/Makefile index f7645b51ed70..0d464bd32d4f 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAN1= geg.1 +PLIST_FILES= bin/geg pre-configure: @cd ${WRKSRC}; ${ACLOCAL} -I ${X11BASE}/share/aclocal diff --git a/math/geg/pkg-plist b/math/geg/pkg-plist deleted file mode 100644 index 772ec90ebc53..000000000000 --- a/math/geg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/geg diff --git a/math/gexpr/Makefile b/math/gexpr/Makefile index 3696240a3602..4a257795638f 100644 --- a/math/gexpr/Makefile +++ b/math/gexpr/Makefile @@ -20,6 +20,7 @@ USE_GETOPT_LONG=yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" -MAN1= gexpr.1 +MAN1= gexpr.1 +PLIST_FILES= bin/gexpr .include <bsd.port.mk> diff --git a/math/gexpr/pkg-plist b/math/gexpr/pkg-plist deleted file mode 100644 index 619efe0185b5..000000000000 --- a/math/gexpr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gexpr diff --git a/math/grpn/Makefile b/math/grpn/Makefile index 91f5df288229..c7e712601e3a 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gtk12 ALL_TARGET= MAN1= grpn.1 +PLIST_FILES= bin/grpn do-install: ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin diff --git a/math/grpn/pkg-plist b/math/grpn/pkg-plist deleted file mode 100644 index f4704d2761d2..000000000000 --- a/math/grpn/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/grpn diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index 6957d4e776cc..3319e0b8b830 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -16,6 +16,7 @@ MAINTAINER= philip@paeps.cx COMMENT= Perl module to convert between Arabic and Roman numerals NO_BUILD= yes +PLIST_FILES= %%SITE_PERL%%/Roman.pm USE_PERL5_RUN= yes do-install: diff --git a/math/p5-Roman/pkg-plist b/math/p5-Roman/pkg-plist deleted file mode 100644 index 21d3888aa706..000000000000 --- a/math/p5-Roman/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%SITE_PERL%%/Roman.pm diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index 4abf357bc57b..59b0486f1644 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -18,6 +18,7 @@ COMMENT= Python bindings to the GNU Multiple Precision library LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mpz.so DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/math/py-mpz/pkg-plist b/math/py-mpz/pkg-plist deleted file mode 100644 index 18e530434c63..000000000000 --- a/math/py-mpz/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/mpz.so diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile index 9a8629f6181d..a3ba5b1bacd4 100644 --- a/math/wmcalc/Makefile +++ b/math/wmcalc/Makefile @@ -16,6 +16,7 @@ MAINTAINER= jedgar@FreeBSD.org COMMENT= Simple dockable calculator ALL_TARGET= clean wmcalc +PLIST_FILES= bin/wmcalc USE_X_PREFIX= yes USE_XPM= yes diff --git a/math/wmcalc/pkg-plist b/math/wmcalc/pkg-plist deleted file mode 100644 index 659d915e7957..000000000000 --- a/math/wmcalc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmcalc |