diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:08:37 +0800 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/runawk | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) | |
download | freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.zst freebsd-ports-gnome-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'lang/runawk')
-rw-r--r-- | lang/runawk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index 1f2cf752b3c4..de9ef2936cd1 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -11,7 +11,7 @@ COMMENT= Wrapper for AWK interpreter that implements a modules system LICENSE= MIT -BUILD_DEPENDS= mk-configure>=0.26.0:${PORTSDIR}/devel/mk-configure +BUILD_DEPENDS= mk-configure>=0.26.0:devel/mk-configure MAKE_ENV= DESTDIR="${STAGEDIR}" EGDIR="${EXAMPLESDIR}" INSTALL_TARGET= install install-doc install-examples |