diff options
author | mharo <mharo@FreeBSD.org> | 2001-08-29 07:22:45 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-08-29 07:22:45 +0800 |
commit | 64c507c422ddc989a1cfeadb7de4efb98038531c (patch) | |
tree | f24ad0e6589b8e102141ed3f57b16a545addcdbf /www/analog/Makefile | |
parent | 6a53e1a9ded05a657b5faee558ab1b37e79359da (diff) | |
download | freebsd-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/Makefile | 4 |
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> |