aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-16 03:09:37 +0800
committertrevor <trevor@FreeBSD.org>2005-01-16 03:09:37 +0800
commit35585f37a62fc34217cf8f00debb6124bf1a737a (patch)
treefd724707896286f7b919c453463f050c6a693105
parente04dcd7618cff1aca94acdee6fc27d555190bdf9 (diff)
downloadfreebsd-ports-gnome-35585f37a62fc34217cf8f00debb6124bf1a737a.tar.gz
freebsd-ports-gnome-35585f37a62fc34217cf8f00debb6124bf1a737a.tar.zst
freebsd-ports-gnome-35585f37a62fc34217cf8f00debb6124bf1a737a.zip
Remove RESTRICTED line. Instead tell distributors about the
accompanying source package.
-rw-r--r--emulators/linux_base/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 3b6e76410a57..f1cbf268d9d5 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -53,7 +53,6 @@ CONFLICTS= linux_base-6* linux_base-7.1* linux_base-debian* \
linux_base-gentoo* linux_base-rh-9* linux_base-suse-9* \
linux-XFree86-libs*
-RESTRICTED= "binaries under GNU GPL without accompanying source"
ONLY_FOR_ARCHS= amd64 i386
DIST_SUBDIR= rpm/rh-7.3
PREFIX= ${LINUXBASE}
@@ -137,4 +136,11 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
+pre-package:
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} If you are distributing the package, you may be required
+ @${ECHO_MSG} to offer the sources as well. You can do this easily
+ @${ECHO_MSG} with the emulators/linux_base-src-rh-7.3 port.
+ @${ECHO_MSG} ""
+
.include <bsd.port.post.mk>