diff options
author | netchild <netchild@FreeBSD.org> | 2007-07-03 21:20:16 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2007-07-03 21:20:16 +0800 |
commit | 226b36e7c1e67d4e4d735c1a9e444f48dce7e7ac (patch) | |
tree | 7d892ebfafc05cda241fe6b176f9809326658cad /lang | |
parent | 0e62d9a39b8554bc4c265c65d3d80c1e2523672e (diff) | |
download | freebsd-ports-gnome-226b36e7c1e67d4e4d735c1a9e444f48dce7e7ac.tar.gz freebsd-ports-gnome-226b36e7c1e67d4e4d735c1a9e444f48dce7e7ac.tar.zst freebsd-ports-gnome-226b36e7c1e67d4e4d735c1a9e444f48dce7e7ac.zip |
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]
Diffstat (limited to 'lang')
-rw-r--r-- | lang/linux-libperl5.8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/linux-libperl5.8/Makefile b/lang/linux-libperl5.8/Makefile index 97980342fd24..55dab73cbfc5 100644 --- a/lang/linux-libperl5.8/Makefile +++ b/lang/linux-libperl5.8/Makefile @@ -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> |