aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-19 17:13:37 +0800
committerkris <kris@FreeBSD.org>2004-04-19 17:13:37 +0800
commita42c555e89f1e8e03d35ff758b4ad762886b0fe1 (patch)
tree522d91bfa221f436aa6f8715e78610220542783f
parent591081e12d50ce8da39e0260e64629cadb602486 (diff)
downloadfreebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.tar.gz
freebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.tar.zst
freebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.zip
Respect PORTSDIR
-rw-r--r--devel/tnt/Makefile2
-rw-r--r--games/inform/Makefile2
-rw-r--r--textproc/docbook-xml/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/tnt/Makefile b/devel/tnt/Makefile
index f2cae84bea40..4f68a0e76b74 100644
--- a/devel/tnt/Makefile
+++ b/devel/tnt/Makefile
@@ -21,7 +21,7 @@ COMMENT= Template Numerical Toolkit
USE_ZIP= yes
NO_BUILD= yes
-BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
do-install:
${MKDIR} ${PREFIX}/include/tnt
diff --git a/games/inform/Makefile b/games/inform/Makefile
index a355ac89353a..2671b88753ff 100644
--- a/games/inform/Makefile
+++ b/games/inform/Makefile
@@ -25,7 +25,7 @@ NO_WRKSUBDIR= yes
EXTRACT_ONLY= inform621_source.zip
USE_ZIP= yes
-BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
# I can hardly believe it, but the ".c" and ".h" extensions are
# not present on the source files.
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile
index df8d276cf38a..5261a3d24cb7 100644
--- a/textproc/docbook-xml/Makefile
+++ b/textproc/docbook-xml/Makefile
@@ -17,7 +17,7 @@ COMMENT= XML version of the DocBook DTD
RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
-BUILD_DEPENDS= unzip:/usr/ports/archivers/unzip
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
USE_ZIP= YES
NO_BUILD= YES
NO_WRKSUBDIR= YES