diff options
author | asami <asami@FreeBSD.org> | 1997-11-22 01:24:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-22 01:24:30 +0000 |
commit | fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a (patch) | |
tree | 28675d0ee833949322e47f26628aaf6ed701c190 | |
parent | cbee2f33a31dfe549e1bc60c7d7dcc76bb0cea06 (diff) | |
download | FreeBSD-ports-fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a.zip FreeBSD-ports-fa14f7c0b37610a50b6c25f9fe93d0a68ee2ef2a.tar.gz |
Define MANUAL_PACKAGE_BUILD, as we don't want to install this even
during the interactive build.
-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 c937f9d..eece701 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 |