diff options
author | markd <markd@pkgsrc.org> | 2002-10-02 05:07:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-02 05:07:31 +0000 |
commit | 551499bac3464905693c23064e13a70ccc5af115 (patch) | |
tree | c0a5411548323ec6942211c92996c44f8a121b5a /misc | |
parent | 9195cea9d86698befd88382f8cb8e02b3d1659dc (diff) | |
download | pkgsrc-551499bac3464905693c23064e13a70ccc5af115.tar.gz |
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeadmin3/DESCR | 9 | ||||
-rw-r--r-- | misc/kdeadmin3/Makefile | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/misc/kdeadmin3/DESCR b/misc/kdeadmin3/DESCR index 90ae45773be..0228c63ab62 100644 --- a/misc/kdeadmin3/DESCR +++ b/misc/kdeadmin3/DESCR @@ -1 +1,8 @@ -KDE provides an integrated X11 based environment, much like CDE. +This package provides applications that usually only a system administrator +might need that are part of the standard KDE environment: + +* kcron: editor for the cron command scheduler +* kpackage: manager for DEB, RPM, pkgsrc and similar software packages +* kuser: an user manager +* kwuftpd: front end to the wu-ftpd FTP daemon +* secpolicy: a program to display PAM security policies diff --git a/misc/kdeadmin3/Makefile b/misc/kdeadmin3/Makefile index 985a1ff7566..e6d83aa9d3b 100644 --- a/misc/kdeadmin3/Makefile +++ b/misc/kdeadmin3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/28 07:15:33 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/02 05:07:31 markd Exp $ DISTNAME= kdeadmin-3.0.3 CATEGORIES= misc @@ -6,7 +6,7 @@ COMMENT= System administration tools for the KDE integrated X11 desktop .include "../../x11/kde3/Makefile.kde3" -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../mk/bsd.prefs.mk" @@ -16,7 +16,6 @@ CONFIGURE_ARGS+= --with-shadow CONFIGURE_ARGS+= --without-shadow .endif -.include "../../x11/kde3/buildlink.mk" -.include "../../x11/kdebase3/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/kde3/buildlink2.mk" +.include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |