summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-27 04:31:08 +0000
committerlioux <lioux@FreeBSD.org>2001-10-27 04:31:08 +0000
commit0b3ed9ad1f4611a29ce0ec81812f420006e1b20a (patch)
tree9394cd84bd58b30bf356f4c57944f629ebe73a35
parentdff165b69380e190e21c57735abcd38505fb6f56 (diff)
downloadFreeBSD-ports-0b3ed9ad1f4611a29ce0ec81812f420006e1b20a.zip
FreeBSD-ports-0b3ed9ad1f4611a29ce0ec81812f420006e1b20a.tar.gz
fix variable expansion
Approved by: MAINTAINER
-rw-r--r--lang/jgnat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/jgnat/Makefile b/lang/jgnat/Makefile
index a735243..936bf59 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>
OpenPOWER on IntegriCloud