pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/atlc remove ${WRKSRC} references from installed fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d52a727c0df5
branches:  trunk
changeset: 495611:d52a727c0df5
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Jun 15 02:21:03 2005 +0000

description:
remove ${WRKSRC} references from installed files.  Bump PKGREVISION.

diffstat:

 cad/atlc/Makefile |  4 +++-
 cad/atlc/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r c93d5c7a26b3 -r d52a727c0df5 cad/atlc/Makefile
--- a/cad/atlc/Makefile Wed Jun 15 02:07:01 2005 +0000
+++ b/cad/atlc/Makefile Wed Jun 15 02:21:03 2005 +0000
@@ -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 @@
 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"
diff -r c93d5c7a26b3 -r d52a727c0df5 cad/atlc/PLIST
--- a/cad/atlc/PLIST    Wed Jun 15 02:07:01 2005 +0000
+++ b/cad/atlc/PLIST    Wed Jun 15 02:21:03 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/27 20:49:24 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/06/15 02:21:03 dmcmahill Exp $
 bin/atlc
 bin/coax
 bin/create_any_bitmap
@@ -393,7 +393,6 @@
 share/examples/atlc/50ohm-401h.bmp.txt
 share/examples/atlc/50ohm-801h.bmp
 share/examples/atlc/50ohm-801h.bmp.txt
-share/examples/atlc/Makefile
 share/examples/atlc/Makefile.am
 share/examples/atlc/Makefile.in
 share/examples/atlc/README



Home | Main Index | Thread Index | Old Index