aboutsummaryrefslogtreecommitdiff
path: root/archivers/xpk
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2008-04-18 15:49:21 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2008-04-18 15:49:21 +0000
commit3c9d209c71e3bae5ac0804501f413eca9c307866 (patch)
treedb922c65ad13a8e2743c7c59005c9567c9c34375 /archivers/xpk
parent03c2df8136a65fb6664aeac7ece4bc05e7f57ac8 (diff)
downloadports-3c9d209c71e3bae5ac0804501f413eca9c307866.tar.gz
ports-3c9d209c71e3bae5ac0804501f413eca9c307866.zip
- Update mastersite.
- Use USE_LDCONFIG instead of INSTALLS_SHLIB PR: ports/122412 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes
Notes: svn path=/head/; revision=211537
Diffstat (limited to 'archivers/xpk')
-rw-r--r--archivers/xpk/Makefile4
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>