diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-22 09:40:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-22 09:40:37 +0000 |
commit | 0d52c0e07c9030fb22bbc844dad059da3d3df05c (patch) | |
tree | f9ccd1da888872bc74f19015437c5b2ea3289b41 /x11 | |
parent | a95a96eb8e6574c8f3f418b34da537865856133b (diff) | |
download | pkgsrc-0d52c0e07c9030fb22bbc844dad059da3d3df05c.tar.gz |
Remove empty PLIST.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-docs/Makefile | 4 | ||||
-rw-r--r-- | x11/qt4-docs/PLIST | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt4-docs/Makefile b/x11/qt4-docs/Makefile index db992923aa7..6ca8b0d2b89 100644 --- a/x11/qt4-docs/Makefile +++ b/x11/qt4-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/02/04 18:15:34 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/07/22 09:40:37 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -9,7 +9,7 @@ COMMENT= Documentation for the QT C++ X GUI toolkit NO_CONFIGURE= yes NO_BUILD= yes -PLIST_SRC= ${WRKDIR}/PLIST ${PKGDIR}/PLIST +PLIST_SRC= ${WRKDIR}/PLIST INSTALLATION_DIRS= ${QTPREFIX} diff --git a/x11/qt4-docs/PLIST b/x11/qt4-docs/PLIST deleted file mode 100644 index ef4b20528a6..00000000000 --- a/x11/qt4-docs/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:05 joerg Exp $ |