diff options
-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> |