aboutsummaryrefslogtreecommitdiff
path: root/graphics/EZWGL
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 22:27:25 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 22:27:25 +0000
commit3407fc52b4d9562acc78a5722544c183f15a607c (patch)
tree74310a86ba07703a591c6aafed49d9db18b6b893 /graphics/EZWGL
parent552aef967333c06c5120c84cbdc53184b32c566c (diff)
downloadports-3407fc52b4d9562acc78a5722544c183f15a607c.tar.gz
ports-3407fc52b4d9562acc78a5722544c183f15a607c.zip
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.
Pointy hat: will
Notes
Notes: svn path=/head/; revision=29481
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r--graphics/EZWGL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile
index 980b0eecfd19..b1e597711681 100644
--- a/graphics/EZWGL/Makefile
+++ b/graphics/EZWGL/Makefile
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
.include "${FILESDIR}/manpages"
post-extract:
@@ -46,4 +48,4 @@ post-install:
.endif
${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>