aboutsummaryrefslogtreecommitdiff
path: root/devel/elfutils
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-19 15:55:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-19 15:55:41 +0000
commit927452360f15f708d697f710ea49c582da12dabf (patch)
tree5a99a88945f51933ae8a77f31c08667e2de66dea /devel/elfutils
parent1aeaac99e59334bf1f807208af02046a65024a95 (diff)
downloadports-927452360f15f708d697f710ea49c582da12dabf.tar.gz
ports-927452360f15f708d697f710ea49c582da12dabf.zip
Make it more ports worthy.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=418808
Diffstat (limited to 'devel/elfutils')
-rw-r--r--devel/elfutils/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/elfutils/Makefile b/devel/elfutils/Makefile
index 751bf445ba15..9cc691c0796a 100644
--- a/devel/elfutils/Makefile
+++ b/devel/elfutils/Makefile
@@ -5,7 +5,7 @@ PORTNAME= elfutils
PORTVERSION= 0.163
PORTREVISION= 6
CATEGORIES= devel
-MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/$(PORTVERSION)/
+MASTER_SITES= https://fedorahosted.org/releases/e/l/elfutils/${PORTVERSION}/
MAINTAINER= cem@FreeBSD.org
COMMENT= Library for manipulating ELF files and partial implementation of binutils
@@ -29,6 +29,7 @@ USES= gmake libtool tar:bzip2
USE_AUTOTOOLS= automake:env
USE_GCC= 4.8+
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
CFLAGS+= -Wno-unused-parameter
# Give i386 a prayer of building, and we can fix the warnings later:
@@ -39,13 +40,13 @@ CONFIGURE_ARGS+= --program-prefix=eu-
post-patch:
@${CP} -a \
- $(LOCALBASE)/share/gnulib/lib/obstack.c \
- $(LOCALBASE)/share/gnulib/lib/obstack.h \
- $(LOCALBASE)/share/gnulib/lib/obstack_printf.c \
- $(WRKSRC)/lib
+ ${LOCALBASE}/share/gnulib/lib/obstack.c \
+ ${LOCALBASE}/share/gnulib/lib/obstack.h \
+ ${LOCALBASE}/share/gnulib/lib/obstack_printf.c \
+ ${WRKSRC}/lib
pre-configure:
- @cd $(WRKSRC) && ${AUTOMAKE}
+ @cd ${WRKSRC} && ${AUTOMAKE}
.include <bsd.port.pre.mk>