diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-12 17:42:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-12 17:42:10 +0000 |
commit | f45c44b702101e84b364af3decede7fb32f91a58 (patch) | |
tree | f779fc555bd98912b7a6ed9dfe53213c866e0e88 /audio/icecast | |
parent | 4370b206b1b6a0ad4b58b28915087b6742ccf436 (diff) | |
download | pkgsrc-f45c44b702101e84b364af3decede7fb32f91a58.tar.gz |
icecast: skip configure.in in portability check
Already patched in configure.
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index c712116287a..c04b67cc0e6 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2020/03/08 16:48:45 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2020/03/12 17:42:10 wiz Exp $ DISTNAME= icecast-2.4.4 PKGREVISION= 6 @@ -36,6 +36,9 @@ CONF_FILES= ${EGDIR}/icecast.xml ${PKG_SYSCONFDIR}/icecast.xml OWN_DIRS_PERMS= ${ICECAST_CHROOTDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770 OWN_DIRS_PERMS+= ${ICECAST_LOGDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770 +# patched in configure +CHECK_PORTABILITY_SKIP+= configure.in + pre-configure: ${MV} ${WRKSRC}/conf/icecast.xml.in ${WRKSRC}/conf/icecast.fixme |