diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-21 14:52:54 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-21 14:52:54 +0000 |
commit | caecea8aaf3f098721bca23e2e09862c3710761c (patch) | |
tree | 74ad662684788dba518d05df9da6578066a9f31e /math | |
parent | 4f4f35fbc685795ee4fb7744a69afefacc696efb (diff) | |
download | ports-caecea8aaf3f098721bca23e2e09862c3710761c.tar.gz ports-caecea8aaf3f098721bca23e2e09862c3710761c.zip |
Move pkg's files to Makefile, remove pkg-plist.
Approved by: Jason Harris jharris at widomaker dot com (maintainer)
Notes
Notes:
svn path=/head/; revision=114347
Diffstat (limited to 'math')
-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 |