diff options
author | grant <grant> | 2002-12-25 16:53:51 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-25 16:53:51 +0000 |
commit | 06640c39df944528c3cc5c1efda13378592fc06e (patch) | |
tree | 975bb2dccb97b13462a8dc67e62f7e47fa7ef41f /misc/kdeutils | |
parent | 8c5c25aedf064c009e126af78e616a60c639a6c0 (diff) | |
download | pkgsrc-06640c39df944528c3cc5c1efda13378592fc06e.tar.gz |
Use automatic PLIST handling.
Diffstat (limited to 'misc/kdeutils')
-rw-r--r-- | misc/kdeutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index 83bc42952bf..5fb9f8fee2b 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/09/01 04:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.47 2002/12/25 16:59:03 grant Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -29,7 +29,6 @@ CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \ .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= DO_NOT_COMPILE=kab -PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} .endif .include "../../mk/bsd.pkg.mk" |