diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-06-20 06:20:58 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-06-20 06:20:58 +0800 |
commit | 20aa1093f553d9a7163ce92f2c635e1b06f07e6b (patch) | |
tree | c95e65c8f8b38b83edbb4259d5df71d809f6359d | |
parent | 09a64e4bfbd8a921755d06c0dd719750613c22e2 (diff) | |
download | freebsd-ports-gnome-20aa1093f553d9a7163ce92f2c635e1b06f07e6b.tar.gz freebsd-ports-gnome-20aa1093f553d9a7163ce92f2c635e1b06f07e6b.tar.zst freebsd-ports-gnome-20aa1093f553d9a7163ce92f2c635e1b06f07e6b.zip |
- Fetch distfile from Gentoo mirrors.
- Remove DEPRECATED and EXPIRATION_DATE.
-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 |