aboutsummaryrefslogtreecommitdiffstats
path: root/www/analog/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2001-08-29 07:22:45 +0800
committermharo <mharo@FreeBSD.org>2001-08-29 07:22:45 +0800
commit64c507c422ddc989a1cfeadb7de4efb98038531c (patch)
treef24ad0e6589b8e102141ed3f57b16a545addcdbf /www/analog/Makefile
parent6a53e1a9ded05a657b5faee558ab1b37e79359da (diff)
downloadfreebsd-ports-gnome-64c507c422ddc989a1cfeadb7de4efb98038531c.tar.gz
freebsd-ports-gnome-64c507c422ddc989a1cfeadb7de4efb98038531c.tar.zst
freebsd-ports-gnome-64c507c422ddc989a1cfeadb7de4efb98038531c.zip
use bsd.port.pre/post so that we have ${PREFIX} defined earlier, when it
is needed. PR: 28177 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Diffstat (limited to 'www/analog/Makefile')
-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>