diff options
author | rodent <rodent> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 15:46:33 +0000 |
commit | 78d3f76c7e0fe84a3c74616f6802749d7cf8edc9 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /games | |
parent | 8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132 (diff) | |
download | pkgsrc-78d3f76c7e0fe84a3c74616f6802749d7cf8edc9.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'games')
-rw-r--r-- | games/tads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index 2bc859d0073..31b9adcf46a 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/12/12 10:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 15:46:36 rodent Exp $ # DISTNAME= tads23-unix @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-* DIST_SUBDIR= ${PKGNAME_NOREV}-1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_CONFIGURE= yes -BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 +BUILD_DIRS= tads2 tads3 USE_LANGUAGES= c c++ post-extract: |