diff options
author | osa <osa@FreeBSD.org> | 2004-07-21 22:52:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-21 22:52:54 +0800 |
commit | a094386f2fee65f04dd3647627cd2d80d62d01d3 (patch) | |
tree | 6ee7d535630a4452b10ecd3ea1d792ebe36fffcb /math/units | |
parent | 5a1d9f3a7ad27ad1bc0ec8b445c15b4ae1d2d851 (diff) | |
download | freebsd-ports-gnome-a094386f2fee65f04dd3647627cd2d80d62d01d3.tar.gz freebsd-ports-gnome-a094386f2fee65f04dd3647627cd2d80d62d01d3.tar.zst freebsd-ports-gnome-a094386f2fee65f04dd3647627cd2d80d62d01d3.zip |
Move pkg's files to Makefile, remove pkg-plist.
Approved by: Jason Harris jharris at widomaker dot com (maintainer)
Diffstat (limited to 'math/units')
-rw-r--r-- | math/units/Makefile | 2 | ||||
-rw-r--r-- | math/units/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/units/Makefile b/math/units/Makefile index 0ffdb28986dd..7de89de24ee9 100644 --- a/math/units/Makefile +++ b/math/units/Makefile @@ -20,4 +20,6 @@ CONFIGURE_ARGS= --program-prefix=g INFO= units MAN1= gunits.1 +PLIST_FILES= bin/gunits share/units.dat + .include <bsd.port.mk> diff --git a/math/units/pkg-plist b/math/units/pkg-plist deleted file mode 100644 index ee4b7487f159..000000000000 --- a/math/units/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/gunits -share/units.dat |