diff options
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index e784d840fcf..ef046856b99 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/05/09 15:14:16 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/09/09 20:36:31 agc Exp $ DISTNAME= cint5.14 PKGNAME= cint-5.14.40 -NO_WRKSUBDIR= yes CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} @@ -13,6 +12,8 @@ COMMENT= C/C++ interpreter #same distribution file name for minor versions DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR} + do-build: @cd ${WRKDIR}; \ case ${OPSYS} in \ |