diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 09:24:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 09:24:30 +0800 |
commit | fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a (patch) | |
tree | 28675d0ee833949322e47f26628aaf6ed701c190 /x11-toolkits | |
parent | cbee2f33a31dfe549e1bc60c7d7dcc76bb0cea06 (diff) | |
download | freebsd-ports-gnome-fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a.tar.gz freebsd-ports-gnome-fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a.tar.zst freebsd-ports-gnome-fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a.zip |
Define MANUAL_PACKAGE_BUILD, as we don't want to install this even
during the interactive build.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index c937f9dddb12..eece701afc6d 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp $ +# $Id: Makefile,v 1.14 1997/11/20 08:15:12 tg Exp $ # DISTNAME= lesstif-0.82 @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org # see below for shared lib version information +MANUAL_PACKAGE_BUILD= do not want to install during interactive build GNU_CONFIGURE= yes USE_X11= yes # change this and remove the strip statement in post-install for debugging |