diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 17:13:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 17:13:37 +0800 |
commit | a42c555e89f1e8e03d35ff758b4ad762886b0fe1 (patch) | |
tree | 522d91bfa221f436aa6f8715e78610220542783f /games/inform | |
parent | 591081e12d50ce8da39e0260e64629cadb602486 (diff) | |
download | freebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.tar.gz freebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.tar.zst freebsd-ports-gnome-a42c555e89f1e8e03d35ff758b4ad762886b0fe1.zip |
Respect PORTSDIR
Diffstat (limited to 'games/inform')
-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. |