diff options
-rw-r--r-- | x11/py-qt3-base/Makefile | 3 | ||||
-rw-r--r-- | x11/py-qt3-base/PLIST.common_end | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index 6848f9d121f..2336982069b 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/10/08 14:23:24 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2009/07/22 09:20:17 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +17,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.Darwin .else PLIST_SRC+= ${PKGDIR}/PLIST.X11 .endif -PLIST_SRC+= ${PKGDIR}/PLIST.common_end SUBST_CLASSES+= pyversfx SUBST_STAGE.pyversfx= pre-configure diff --git a/x11/py-qt3-base/PLIST.common_end b/x11/py-qt3-base/PLIST.common_end deleted file mode 100644 index 11d2fc3c8e5..00000000000 --- a/x11/py-qt3-base/PLIST.common_end +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.common_end,v 1.2 2009/06/14 18:25:03 joerg Exp $ |