summaryrefslogtreecommitdiff
path: root/x11/grabc/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:43:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:43:19 +0000
commitdb5320be856bdee9461022fd559c0bdf3a782778 (patch)
treeb45334273e4e5d66b5244d786aa4b3645a73e907 /x11/grabc/Makefile
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: x11)
Notes
Notes: svn path=/head/; revision=327777
Diffstat (limited to 'x11/grabc/Makefile')
-rw-r--r--x11/grabc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile
index cde11439cf45..0106d623bff9 100644
--- a/x11/grabc/Makefile
+++ b/x11/grabc/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: grabc
-# Date Created: Dec 30, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= grabc
PORTVERSION= 1.1
@@ -21,6 +16,7 @@ USE_XORG= x11
CFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lX11
+NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ${LIBS}