diff options
author | jmelo <jmelo@FreeBSD.org> | 2008-04-18 23:49:21 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2008-04-18 23:49:21 +0800 |
commit | bc173bd2996db9d062b4d2cbb85a8f295523772e (patch) | |
tree | 8af89f33d463fbf6dc120b30a1c32f4ce3e2e5e2 /archivers/xpk | |
parent | ddf1dfb70db8d8c472a8efb0b93c1004859c30af (diff) | |
download | freebsd-ports-gnome-bc173bd2996db9d062b4d2cbb85a8f295523772e.tar.gz freebsd-ports-gnome-bc173bd2996db9d062b4d2cbb85a8f295523772e.tar.zst freebsd-ports-gnome-bc173bd2996db9d062b4d2cbb85a8f295523772e.zip |
- Update mastersite.
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
PR: ports/122412
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Diffstat (limited to 'archivers/xpk')
-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> |