diff options
author | Andrey Zakhvatov <andy@FreeBSD.org> | 1999-09-24 13:54:42 +0000 |
---|---|---|
committer | Andrey Zakhvatov <andy@FreeBSD.org> | 1999-09-24 13:54:42 +0000 |
commit | 33c11413f4421892ae9cb831369cbb1cdf4ca42e (patch) | |
tree | abe2fd1c77212148e5113ad48c04ce2244433f74 /devel/libshhopt/Makefile | |
parent | Fix homepage location. Add distribution site. (diff) |
Update to version 1.1.5
Diffstat (limited to 'devel/libshhopt/Makefile')
-rw-r--r-- | devel/libshhopt/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile index 2cff0c2cea78..b96922daa299 100644 --- a/devel/libshhopt/Makefile +++ b/devel/libshhopt/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: libshhopt -# Version required: 1.1.4 +# Version required: 1.1.5 # Date created: 11 April 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= shhopt-1.1.4 -PKGNAME= libshhopt-1.1.4 -CATEGORIES= devel -MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/ +DISTNAME= shhopt-1.1.5 +PKGNAME= libshhopt-1.1.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://home.sol.no/~sverrehu/pub-unix/files/ +MASTER_SITE_SUBDIR= libs -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= andy@icc.surw.chel.su -USE_GMAKE= yes +USE_GMAKE= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib |