summaryrefslogtreecommitdiffstats
path: root/devel/devhelp/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 03:51:16 +0800
commite44b26dc74b5fc03ddc032d49160418708d254f0 (patch)
treeae7dfd6b868b76472098f29f9f56578edb860c98 /devel/devhelp/Makefile
parenta9dde4ea53c0b7a98aa3442e25ae4b960196f95b (diff)
downloadmarcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.gz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.bz2
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.lz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.xz
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.tar.zst
marcuscom-ports-e44b26dc74b5fc03ddc032d49160418708d254f0.zip
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16064 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp/Makefile')
-rw-r--r--devel/devhelp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index 7ce2e2cb8..cd60c1ae8 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/devhelp/Makefile,v 1.41 2011/04/17 19:18:07 mezz Exp $
+# $MCom: ports/devel/devhelp/Makefile,v 1.42 2011/04/30 20:43:15 mezz Exp $
PORTNAME= devhelp
PORTVERSION= 2.32.0
@@ -31,10 +31,10 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
+CPPFLAGS= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-OPTIONS= GEDIT "Enable GEdit plug-in support" off
+OPTIONS= GEDIT "Enable GEdit plug-in support" off
.include <bsd.port.pre.mk>