diff options
author | fredb <fredb> | 2002-03-17 17:20:01 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-17 17:20:01 +0000 |
commit | 079a6e20ac3ecf9d1fa390816171a66e04f89bbc (patch) | |
tree | eb400df17688bcc866741783d7f91cb413230e21 /cad | |
parent | 844845cdd3f93a7ae34406e1fa5a461af3ac9f67 (diff) | |
download | pkgsrc-079a6e20ac3ecf9d1fa390816171a66e04f89bbc.tar.gz |
Set DIST_SUBDIR to PKGNAME_NOREV.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 6eb7c992111..2c44a9acdcc 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:36:38 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/17 17:20:01 fredb Exp $ # DISTNAME= boolean @@ -14,7 +14,7 @@ COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} REL= 6.2 WRKSRC= ${WRKDIR}/boolean/${REL}/linux |