diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-08-28 23:22:45 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-08-28 23:22:45 +0000 |
commit | 9cbc171fcb5ba83a540b5ccc9daf79105e421898 (patch) | |
tree | 44788f0a06c1f488136872bb931872bf1bde74f6 /www | |
parent | Update to 1.1. Most notable changes: full purge of killustrator to (diff) |
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>
Notes
Notes:
svn path=/head/; revision=47041
Diffstat (limited to '')
-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> |