diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2008-04-18 15:49:21 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2008-04-18 15:49:21 +0000 |
commit | 3c9d209c71e3bae5ac0804501f413eca9c307866 (patch) | |
tree | db922c65ad13a8e2743c7c59005c9567c9c34375 | |
parent | 03c2df8136a65fb6664aeac7ece4bc05e7f57ac8 (diff) | |
download | ports-3c9d209c71e3bae5ac0804501f413eca9c307866.tar.gz ports-3c9d209c71e3bae5ac0804501f413eca9c307866.zip |
Notes
-rw-r--r-- | archivers/xpk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index 57d6ba68e477..0b5e22bd577d 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -9,7 +9,7 @@ PORTNAME= xpk PORTVERSION= 0.1.4 PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= http://www.jormas.com/~vesuri/xpk/ \ +MASTER_SITES= http://vesuri.jormas.com/xpk/ \ http://www.energyhq.es.eu.org/files/ MAINTAINER= ports@FreeBSD.org @@ -17,6 +17,6 @@ COMMENT= The eXternal PacKer (XPK) library system USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |