diff options
author | tron <tron@pkgsrc.org> | 1998-05-29 21:20:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-29 21:20:55 +0000 |
commit | 97357c2f26af5e47d854944ad50ee2be8a84263c (patch) | |
tree | 9335695a9cc7d1f081d88bf23aeafa6ec18eedc0 /sysutils/xosview | |
parent | 3804fa1a349bd3be7e006fa0763616085c17c44a (diff) | |
download | pkgsrc-97357c2f26af5e47d854944ad50ee2be8a84263c.tar.gz |
Remove unnecessary remainders from patches for older versions of "xosview".
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index fae17f9a035..2fc99ae7d82 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/05/29 17:57:29 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/05/29 21:20:55 tron Exp $ # DISTNAME= xosview-1.6.0 @@ -13,7 +13,4 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} USE_X11= yes MAN1= xosview.1 -MAKE_ENV+= UVM=${UVM} -MAKE_FLAGS= ARCH=${ARCH} -f - .include "../../mk/bsd.pkg.mk" |