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

Don't automatically search for the src rpm when running on pointyhat. [1]

Perl is covered by the Artistic License, so we don't need to provide the
source.

Noticed by:	pointyhat (pav) [1]
This commit is contained in:
Alexander Leidinger 2007-07-03 13:20:16 +00:00
parent 60ec31ddc4
commit fa24049ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194788

View File

@ -23,5 +23,6 @@ ONLY_FOR_ARCHS= i386 amd64
DIST_SUBDIR= rpm
PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
SRC_DISTFILES= # empty, perl is covered by the Artistic License, so this is ok
.include <bsd.port.mk>