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/libhash/Makefile | |
parent | 52eb9845d3e5c5357c8bec1f52b19044e51e12fd (diff) |
Notes
Diffstat (limited to 'devel/libhash/Makefile')
-rw-r--r-- | devel/libhash/Makefile | 10 |
1 files changed, 4 insertions, 6 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> |