diff options
-rw-r--r-- | devel/tnt/Makefile | 2 | ||||
-rw-r--r-- | games/inform/Makefile | 2 | ||||
-rw-r--r-- | textproc/docbook-xml/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/tnt/Makefile b/devel/tnt/Makefile index f2cae84bea4..4f68a0e76b7 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 a355ac89353..2671b88753f 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 df8d276cf38..5261a3d24cb 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 |