summaryrefslogtreecommitdiff
path: root/cad/atlc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/atlc/Makefile')
-rw-r--r--cad/atlc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile
index c05477fb172..c6052f57bef 100644
--- a/cad/atlc/Makefile
+++ b/cad/atlc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:01 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/15 02:21:03 dmcmahill Exp $
#
DISTNAME= atlc-4.6.0
+PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atlc/}
@@ -19,5 +20,6 @@ TEST_TARGET= check
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/atlc
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/atlc
+ ${RM} -f ${PREFIX}/share/examples/atlc/Makefile
.include "../../mk/bsd.pkg.mk"