diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-04-06 13:43:13 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-04-06 13:43:13 +0000 |
commit | 3369d19fb326bb46c206648826f80efe543979f0 (patch) | |
tree | 2e43aca8fdc88355616672897a909c6a5ffde215 /math | |
parent | e985a1f4524fdc12b252ac11e9635005b39f305d (diff) | |
download | ports-3369d19fb326bb46c206648826f80efe543979f0.tar.gz ports-3369d19fb326bb46c206648826f80efe543979f0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/units/Makefile | 1 | ||||
-rw-r--r-- | math/units/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/units/Makefile b/math/units/Makefile index 8d82d9fd7c31..dfb68bb6acec 100644 --- a/math/units/Makefile +++ b/math/units/Makefile @@ -3,6 +3,7 @@ PORTNAME= units PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/units/pkg-plist b/math/units/pkg-plist index 4234bd962b32..620f6cad3449 100644 --- a/math/units/pkg-plist +++ b/math/units/pkg-plist @@ -1,6 +1,6 @@ bin/gunits -bin/gunits_cur -share/units/currency.units -share/units/definitions.units +%%DATADIR%%/currency.units +%%DATADIR%%/definitions.units +%%DATADIR%%/locale_map.txt man/man1/gunits.1.gz -@dirrm share/units +@dirrm %%DATADIR%% |