aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-11-18 14:40:36 +0800
committerdinoex <dinoex@FreeBSD.org>2006-11-18 14:40:36 +0800
commit953e1897d37d89d944014c43192e9a2053b7afc5 (patch)
treed65cdbd6469048518f9b974815d47d3e5af98b33 /devel
parent945c1ec75fe564d31a15b685e44f1d1680c46a24 (diff)
downloadfreebsd-ports-gnome-953e1897d37d89d944014c43192e9a2053b7afc5.tar.gz
freebsd-ports-gnome-953e1897d37d89d944014c43192e9a2053b7afc5.tar.zst
freebsd-ports-gnome-953e1897d37d89d944014c43192e9a2053b7afc5.zip
- use NO_INSTALL
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index d1933b3e0862..fe6975a84176 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Objective-C libraries based on the OpenStep standard
NO_BUILD= yes
+NO_INSTALL= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
@@ -25,6 +26,4 @@ USE_GNUSTEP_XLIB= yes
USE_GNUSTEP_LIBART= yes
USE_GNUSTEP_CAIRO= yes
-do-install: # empty
-
.include <bsd.port.mk>