aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-27 12:31:08 +0800
committerlioux <lioux@FreeBSD.org>2001-10-27 12:31:08 +0800
commit0b3ed9ad1f4611a29ce0ec81812f420006e1b20a (patch)
tree9394cd84bd58b30bf356f4c57944f629ebe73a35 /lang
parentdff165b69380e190e21c57735abcd38505fb6f56 (diff)
downloadfreebsd-ports-gnome-0b3ed9ad1f4611a29ce0ec81812f420006e1b20a.tar.gz
freebsd-ports-gnome-0b3ed9ad1f4611a29ce0ec81812f420006e1b20a.tar.zst
freebsd-ports-gnome-0b3ed9ad1f4611a29ce0ec81812f420006e1b20a.zip
fix variable expansion
Approved by: MAINTAINER
Diffstat (limited to 'lang')
-rw-r--r--lang/jgnat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/jgnat/Makefile b/lang/jgnat/Makefile
index a7352434f0a9..936bf59418d9 100644
--- a/lang/jgnat/Makefile
+++ b/lang/jgnat/Makefile
@@ -29,6 +29,8 @@ USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:C@-([^\-]+)$@/\1@}
+.include <bsd.port.pre.mk>
+
LIBDIR= ${PREFIX}/lib/jgnat
ADAINCDIR= ${LIBDIR}/adainclude
ADALIBDIR= ${LIBDIR}/adalib
@@ -46,4 +48,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>