aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-10 21:46:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-10 21:46:45 +0000
commite21ef531666b8cbe075dd11f210e8672aecc8e37 (patch)
tree2710b2759a99108d462515a363b5f6ffb69205d2
parent06dce2a1ae993b8782198d6322525944ebfc6510 (diff)
downloadports-e21ef531666b8cbe075dd11f210e8672aecc8e37.tar.gz
ports-e21ef531666b8cbe075dd11f210e8672aecc8e37.zip
- Simplify MASTER_SITES
- Strip library
Notes
Notes: svn path=/head/; revision=386030
-rw-r--r--devel/autogen/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index ce9d965a5b35..d0b8d88d6a0a 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -3,9 +3,9 @@
PORTNAME= autogen
PORTVERSION= 5.18.4
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= GNU
-MASTER_SITE_SUBDIR= ${PORTNAME}/rel${PORTVERSION}
+MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
MAINTAINER= ports@FreeBSD.org
@@ -22,7 +22,8 @@ CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes \
--datadir=${PREFIX}/share
USE_LDCONFIG= yes
SHEBANG_FILES= autoopts/tpl/*.pl
+INSTALL_TARGET= install-strip
-INFO= autogen
+INFO= autogen
.include <bsd.port.mk>