1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix sudoscript port build bug (define USE_PERL5 in Makefile).

Obtained from:	bento, kris@
PR:		54405
Submitted by:	maintainer
This commit is contained in:
Foxfair Hu 2003-07-13 02:30:56 +00:00
parent ea4f9fee5b
commit a48350699c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84792

View File

@ -7,6 +7,7 @@
PORTNAME= sudoscript
PORTVERSION= 2.1.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.sourceforge.net/sudoscript/ \
http://egbok.com/sudoscript/
@ -20,4 +21,6 @@ MAN8= sudoscriptd.8 sudoscript.8
MANCOMPRESSED= no
USE_GMAKE= yes
USE_PERL5= yes
.include <bsd.port.mk>