summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-02-25 21:34:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-02-25 21:34:21 +0000
commit928a7d256e6b940d687d48a789e839a8299f8c0b (patch)
tree63a425ccddacd32b83541e107a13cb351fa743c4 /devel
parentCorrect the pkg-plist by adding the missing files/directories. (diff)
Fix my fix (missing space after "@comment" in PLIST_SUB).
Maintainer informed by mail. Approved by: portmgr (kris) Pointy hat: netchild
Notes
Notes: svn path=/head/; revision=156799
Diffstat (limited to 'devel')
-rw-r--r--devel/pwlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile
index a09a85f068f3..f2100d805bfc 100644
--- a/devel/pwlib/Makefile
+++ b/devel/pwlib/Makefile
@@ -67,7 +67,7 @@ CFLAGS+= -fPIC
.if (${ARCH} == "i386") || (${ARCH} == "ia64")
PLIST_SUB+= BSDVIDEO=""
.else
-PLIST_SUB+= BSDVIDEO="@comment"
+PLIST_SUB+= BSDVIDEO="@comment "
.endif
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SDLLIBDIR="${LOCALBASE}/lib"