diff options
author | wiz <wiz> | 2009-07-22 09:39:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-22 09:39:49 +0000 |
commit | b523be0db1ca40351d90238c8163c05a35222d0d (patch) | |
tree | 104f68e3c50729c6c45ffe9f40563f3842462f41 /x11 | |
parent | 8e69641172ff11508645fa8b36a48b2cf51a302d (diff) | |
download | pkgsrc-b523be0db1ca40351d90238c8163c05a35222d0d.tar.gz |
Remove empty PLIST.common_end.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 3 | ||||
-rw-r--r-- | x11/py-qt4/PLIST.common_end | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index bc55690efb7..19633d36ecc 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/06/30 15:33:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/22 09:39:49 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} @@ -55,7 +55,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.X11 .if ${PYPKGPREFIX} == "py24" PLIST_SRC+= ${PKGDIR}/PLIST.elementtree .endif -PLIST_SRC+= ${PKGDIR}/PLIST.common_end CONFIGURE_ARGS+= --verbose do-configure: diff --git a/x11/py-qt4/PLIST.common_end b/x11/py-qt4/PLIST.common_end deleted file mode 100644 index 2bfb7c0aed5..00000000000 --- a/x11/py-qt4/PLIST.common_end +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.common_end,v 1.4 2009/06/14 18:25:04 joerg Exp $ |