aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2005-01-16 03:09:37 +0800
committerTrevor Johnson <trevor@FreeBSD.org>2005-01-16 03:09:37 +0800
commit2fc6ffdcf0706864dfd128487d353bab437ada99 (patch)
tree0129e492ec186a7909919993c1749fb993c0c7cb /emulators
parentad7d75c8c42a653d707aca34025958fe9f003833 (diff)
downloadfreebsd-ports-gnome-2fc6ffdcf0706864dfd128487d353bab437ada99.tar.gz
freebsd-ports-gnome-2fc6ffdcf0706864dfd128487d353bab437ada99.tar.zst
freebsd-ports-gnome-2fc6ffdcf0706864dfd128487d353bab437ada99.zip
Remove RESTRICTED line. Instead tell distributors about the
accompanying source package.
Diffstat (limited to 'emulators')
-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>