summaryrefslogtreecommitdiff
path: root/misc/kdeadmin3
diff options
context:
space:
mode:
authormarkd <markd>2002-10-02 05:07:31 +0000
committermarkd <markd>2002-10-02 05:07:31 +0000
commitfc8adb7a60d8c46618015feec9db11f917032349 (patch)
treec0a5411548323ec6942211c92996c44f8a121b5a /misc/kdeadmin3
parent48806f255f396197eb2964e5a1574c7aebda960e (diff)
downloadpkgsrc-fc8adb7a60d8c46618015feec9db11f917032349.tar.gz
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
Diffstat (limited to 'misc/kdeadmin3')
-rw-r--r--misc/kdeadmin3/DESCR9
-rw-r--r--misc/kdeadmin3/Makefile9
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"