diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 09:29:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 09:29:00 +0800 |
commit | 02759261c8ca4e6580729928178dc7273feb8afc (patch) | |
tree | df2628c3111dfb25f3c3f3d285d16933bb26f346 /emulators/linux_base | |
parent | 8eb3b0975dac385c1bceac413d3c91e236bab812 (diff) | |
download | freebsd-ports-graphics-02759261c8ca4e6580729928178dc7273feb8afc.tar.gz freebsd-ports-graphics-02759261c8ca4e6580729928178dc7273feb8afc.tar.zst freebsd-ports-graphics-02759261c8ca4e6580729928178dc7273feb8afc.zip |
Add NO_FILTER_SHLIBS -- this port installs linux libraries and we
don't want bsd.port.mk changing PLIST.
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index e691377eefe..35c98368e68 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.19 1997/12/04 17:34:28 asami Exp $ +# $Id: Makefile,v 1.20 1998/10/08 10:07:46 jkh Exp $ # DISTNAME= linux_lib-2.5 @@ -17,6 +17,7 @@ NO_MTREE= yes NO_BUILD= yes EXTRACT_ONLY= # empty NO_WRKSUBDIR= yes +NO_FILTER_SHLIBS= yes pre-install: @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} |