1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix shebangs

- Add NO_ARCH

MFH:		2015Q2 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-06-09 18:58:49 +00:00
parent fbf1c06896
commit 7c69248a15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388981

View File

@ -3,7 +3,7 @@
PORTNAME= cvsmonitor
DISTVERSION= 0-6-3
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Stable
@ -41,9 +41,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes
USES= perl5
USES= perl5 shebangfix
USE_PERL5= patch run build
SHEBANG_FILES= *.pl
# stolen from cvsweb
.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)