diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-07 10:40:37 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-07 10:40:37 +0000 |
commit | cb4f4d8275c8124743834cf96e42f5db61bfba5e (patch) | |
tree | d7773fa5daae1a3d0a00c0407441c678b2ddbd93 /devel/elfsh/Makefile | |
parent | c38b25174fdf06aa01e2fdbf785128635a8f6fe6 (diff) | |
download | ports-cb4f4d8275c8124743834cf96e42f5db61bfba5e.tar.gz ports-cb4f4d8275c8124743834cf96e42f5db61bfba5e.zip |
Notes
Diffstat (limited to 'devel/elfsh/Makefile')
-rw-r--r-- | devel/elfsh/Makefile | 4 |
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> |