- Simplify MASTER_SITES
- Strip library
This commit is contained in:
parent
06dce2a1ae
commit
e21ef53166
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386030
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue