aboutsummaryrefslogtreecommitdiff
path: root/lang/jgnat
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-27 04:31:08 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-27 04:31:08 +0000
commit7e06c4513579acef1874b7a33799f64d72958707 (patch)
tree7c0dc3b88f9e52961e687814c0d3ac0c113d2be7 /lang/jgnat
parent5e8ce846df7083af00f975231d08c2101db32609 (diff)
downloadports-7e06c4513579acef1874b7a33799f64d72958707.tar.gz
ports-7e06c4513579acef1874b7a33799f64d72958707.zip
Notes
Diffstat (limited to 'lang/jgnat')
-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>