diff options
author | schmonz <schmonz> | 2002-05-30 19:16:01 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-05-30 19:16:01 +0000 |
commit | 0385e97a1cbe99e7e33f1ab8180783f03587e85f (patch) | |
tree | 3df40734f9c0362165b241591563b4d07790e871 /x11 | |
parent | 38096f004d89aa48ba85cbe705f18df06fa7eea2 (diff) | |
download | pkgsrc-0385e97a1cbe99e7e33f1ab8180783f03587e85f.tar.gz |
Fix $NetBSD$, and nuke old-style "pkg" subdir.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 2 | ||||
-rw-r--r-- | x11/qt3/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/qt3/pkg/PLIST | 2 |
3 files changed, 1 insertions, 11 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 7a321b57f3a..4448823658c 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD +# $NetBSD: Makefile,v 1.5 2002/05/30 19:16:01 schmonz Exp $ # DISTNAME= qt3-${QTVERSION} diff --git a/x11/qt3/pkg/DESCR b/x11/qt3/pkg/DESCR deleted file mode 100644 index d4d47037f3b..00000000000 --- a/x11/qt3/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and -maintaining GUI (graphical user interface) applications. - -This package does not contain anything by itself -- it is a -"meta-package" that depends on other QT packages. Its sole purpose is -to require dependencies so users can install this package only and -have all the QT stuff pulled in by the port/package dependency -mechanism. diff --git a/x11/qt3/pkg/PLIST b/x11/qt3/pkg/PLIST deleted file mode 100644 index 7192bec15fd..00000000000 --- a/x11/qt3/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/07 08:11:32 skrll Exp $ -@comment This PLIST is intentionally left empty. |