aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-07-30 19:52:40 +0800
committerdanfe <danfe@FreeBSD.org>2005-07-30 19:52:40 +0800
commit3b1e99b6b14ad2e22531f0b2d032072f11a530f2 (patch)
tree2941fc189ee499d43ef8bcdf616b5e4ff0a6d37a /graphics
parent8da61c09d2bc5c24f84f46652bbaf0434103fb8d (diff)
downloadfreebsd-ports-gnome-3b1e99b6b14ad2e22531f0b2d032072f11a530f2.tar.gz
freebsd-ports-gnome-3b1e99b6b14ad2e22531f0b2d032072f11a530f2.tar.zst
freebsd-ports-gnome-3b1e99b6b14ad2e22531f0b2d032072f11a530f2.zip
bsd.port.pre.mk/bsd.port.post.mk are still needed for correct MANx
assigments. Noticed by: lofi
Diffstat (limited to 'graphics')
-rw-r--r--graphics/svgalib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile
index 5bde70fc0e00..950dc336ce83 100644
--- a/graphics/svgalib/Makefile
+++ b/graphics/svgalib/Makefile
@@ -22,6 +22,8 @@ ALL_TARGET= shared static
ONLY_FOR_ARCHS= i386
+.include <bsd.port.pre.mk>
+
.for i in 1 2 3 4 5 6 7 8 9
.if exists(${FILESDIR}/man${i})
MAN${i}!= ${CAT} ${FILESDIR}/man${i}
@@ -40,4 +42,4 @@ post-install:
cd ${WRKSRC}/include/linux && \
${INSTALL_DATA} keyboard.h kd.h ${PREFIX}/include/linux
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>