diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-19 22:20:58 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-19 22:20:58 +0000 |
commit | 33b628324ad69648b0cf88b4181799dc33d94d62 (patch) | |
tree | cef0ae4b161b950f76e6c401121984fca69fb4b3 /devel | |
parent | 52eb9845d3e5c5357c8bec1f52b19044e51e12fd (diff) | |
download | ports-33b628324ad69648b0cf88b4181799dc33d94d62.tar.gz ports-33b628324ad69648b0cf88b4181799dc33d94d62.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libhash/Makefile | 10 | ||||
-rw-r--r-- | devel/libhash/pkg-plist | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index 06bf0103e37b..380c2e41454f 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -8,14 +8,12 @@ PORTNAME= libhash PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= # disappeared +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A library for manipulating hash tables -DEPRECATED= Download unavailable anymore -EXPIRATION_DATE= 2006-07-14 - WRKSRC= ${WRKDIR}/libhash MAN3= libhash.3 libhash_convenience.3 @@ -38,9 +36,9 @@ MLINKS= libhash.3 hash_initialise.3 \ INSTALLS_SHLIB= yes .if defined(NOPROFILE) -PLIST_SUB+= BUILT_PROFILE="@comment " +PLIST_SUB+= PROFILE="@comment " .else -PLIST_SUB+= BUILT_PROFILE="" +PLIST_SUB+= PROFILE="" .endif .include <bsd.port.mk> diff --git a/devel/libhash/pkg-plist b/devel/libhash/pkg-plist index 93d313abf944..f8d5ad0bba70 100644 --- a/devel/libhash/pkg-plist +++ b/devel/libhash/pkg-plist @@ -2,4 +2,4 @@ include/hash.h lib/libhash.so.1 lib/libhash.so lib/libhash.a -%%BUILT_PROFILE%%lib/libhash_p.a +%%PROFILE%%lib/libhash_p.a |