diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-15 19:09:37 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-15 19:09:37 +0000 |
commit | 2fc6ffdcf0706864dfd128487d353bab437ada99 (patch) | |
tree | 0129e492ec186a7909919993c1749fb993c0c7cb /emulators/linux_base/Makefile | |
parent | new port linux_base-src-rh-7.3: it installs the GNU GPL and LGPL (diff) |
Remove RESTRICTED line. Instead tell distributors about the
accompanying source package.
Diffstat (limited to 'emulators/linux_base/Makefile')
-rw-r--r-- | emulators/linux_base/Makefile | 8 |
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> |