diff options
Diffstat (limited to 'x11/py-Pmw')
-rw-r--r-- | x11/py-Pmw/Makefile | 3 | ||||
-rw-r--r-- | x11/py-Pmw/PLIST.pre | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11/py-Pmw/Makefile b/x11/py-Pmw/Makefile index bfc51368673..56096dca76f 100644 --- a/x11/py-Pmw/Makefile +++ b/x11/py-Pmw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/06/14 22:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2009/07/22 09:39:15 wiz Exp $ # DISTNAME= Pmw.1.2 @@ -24,7 +24,6 @@ do-install: ${SED} -e 's,^,${DESTDIR}${PREFIX}/${PYSITELIB}/,' | ${XARGS} -n 1 ${INSTALL_DATA_DIR}) (cd ${WRKDIR}; for f in `${FIND} Pmw -type f -print`; do \ ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/${PYSITELIB}/$$f; done) - ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} ${PYSITELIB}/Pmw \ -type f -print >>${PLIST_SRC}) diff --git a/x11/py-Pmw/PLIST.pre b/x11/py-Pmw/PLIST.pre deleted file mode 100644 index b07bbdeb706..00000000000 --- a/x11/py-Pmw/PLIST.pre +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.pre,v 1.1 2001/10/31 22:29:23 zuntum Exp $ |