diff options
author | grant <grant@pkgsrc.org> | 2002-12-25 16:53:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-25 16:53:51 +0000 |
commit | 90a1c5207af70d35549c0858b7c54c284b3d2be9 (patch) | |
tree | 975bb2dccb97b13462a8dc67e62f7e47fa7ef41f /misc | |
parent | cbb1ae7a141a9808293b9410a471af9ee5a6c5ae (diff) | |
download | pkgsrc-90a1c5207af70d35549c0858b7c54c284b3d2be9.tar.gz |
Use automatic PLIST handling.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 3 | ||||
-rw-r--r-- | misc/screen/Makefile | 8 |
2 files changed, 3 insertions, 8 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" diff --git a/misc/screen/Makefile b/misc/screen/Makefile index ccd2c9ba845..2bb147d7f38 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/12/23 16:25:30 cjep Exp $ +# $NetBSD: Makefile,v 1.40 2002/12/25 16:59:58 grant Exp $ DISTNAME= screen-3.9.13 CATEGORIES= misc @@ -20,10 +20,6 @@ CONFIGURE_ARGS+= --enable-telnet .include "../../mk/bsd.prefs.mk" -.if exists(${PKGDIR}/PLIST.${OPSYS}) -PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} -.endif - post-patch: @for file in etc/etcscreenrc doc/screen.1; do \ ${MV} ${WRKSRC}/$$file ${WRKSRC}/$$file.orig; \ @@ -35,7 +31,7 @@ post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/screen ${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc \ ${PREFIX}/share/examples/screen/screenrc -.if (${OPSYS} == SunOS) +.if ${OPSYS} == "SunOS" cd ${WRKSRC}/terminfo && \ ${SETENV} TERMINFO=${PREFIX}/share/lib/terminfo \ /usr/5bin/tic screeninfo.src |