diff options
-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 |