diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:13:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 09:13:37 +0000 |
commit | 7a2528420abec3cdffb3f43bebdbdf5e7d41718c (patch) | |
tree | 6a98cc9436723934dc30e61dee1111be701b888e /games | |
parent | dd2aa793087b736c8352b112e885e0c35f152ef3 (diff) | |
download | ports-7a2528420abec3cdffb3f43bebdbdf5e7d41718c.tar.gz ports-7a2528420abec3cdffb3f43bebdbdf5e7d41718c.zip |
Respect PORTSDIR
Notes
Notes:
svn path=/head/; revision=107562
Diffstat (limited to 'games')
-rw-r--r-- | games/inform/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |