- Simplify MASTER_SITES

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-05-10 21:46:45 +00:00
parent 06dce2a1ae
commit e21ef53166
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386030

View file

@ -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>