aboutsummaryrefslogtreecommitdiff
path: root/devel/elfsh/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-04-07 10:40:37 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-04-07 10:40:37 +0000
commitcb4f4d8275c8124743834cf96e42f5db61bfba5e (patch)
treed7773fa5daae1a3d0a00c0407441c678b2ddbd93 /devel/elfsh/Makefile
parentc38b25174fdf06aa01e2fdbf785128635a8f6fe6 (diff)
downloadports-cb4f4d8275c8124743834cf96e42f5db61bfba5e.tar.gz
ports-cb4f4d8275c8124743834cf96e42f5db61bfba5e.zip
Notes
Diffstat (limited to 'devel/elfsh/Makefile')
-rw-r--r--devel/elfsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile
index 02e4383571db..cad65c5ec619 100644
--- a/devel/elfsh/Makefile
+++ b/devel/elfsh/Makefile
@@ -9,7 +9,7 @@ PORTNAME= elfsh
PORTVERSION= 0.51b3
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://elfsh.segfault.net/files/
+MASTER_SITES= http://elfsh.asgardlabs.org/files/
DISTNAME= elfsh-0.51b3-portable
EXTRACT_SUFX= .tgz
@@ -18,6 +18,6 @@ COMMENT= An attractive toolkit for the analyzation of ELF object files
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.mk>