diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-27 07:37:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-27 07:37:42 +0000 |
commit | 13ad5f6637fe0a069e1c7083fae7e27bac9eb24f (patch) | |
tree | c60ef63a1edade0d06c6b2000884f6f36b10e72c /x11/rxvt | |
parent | 79790ac891e38683887e8991e77daab5a99c449f (diff) | |
download | pkgsrc-13ad5f6637fe0a069e1c7083fae7e27bac9eb24f.tar.gz |
Remove empty else.
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 28fec725e08..60bd0ddd804 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/03/27 07:14:25 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/03/27 07:37:42 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -63,7 +63,6 @@ post-install: .if ${OPSYS} == "SunOS" CFLAGS+= -DSunOS -.else .endif .include "../../graphics/xpm/buildlink2.mk" |