aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/analog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile
index 009183c1dcc4..3a848591e5cd 100644
--- a/www/analog/Makefile
+++ b/www/analog/Makefile
@@ -26,6 +26,8 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
MAN1= analog.1
ALL_TARGET= analog
+.include <bsd.port.pre.mk>
+
do-install:
${MKDIR} ${PREFIX}/share/analog/lang
${MKDIR} ${PREFIX}/www/data/images
@@ -42,4 +44,4 @@ do-install:
.endif
${INSTALL_MAN} ${WRKSRC}/analog.man ${PREFIX}/man/man1/analog.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>