diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:20:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:20:17 +0000 |
commit | ebc2528d8bc95defb100f3152f9bacb3674c575f (patch) | |
tree | c3081227080ccb51992be841536cfc8034b3bacc | |
parent | 02bb9a7cce55545b3c88b57ff89c0dddd250dc3a (diff) | |
download | pkgsrc-ebc2528d8bc95defb100f3152f9bacb3674c575f.tar.gz |
emove empty PLIST.
-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 $ |