e62af2ba2f
- Change DISTNAME and add PKGNAME because the tarball structure changed - Update DISTFILES because distfile name changed - Change post-install into do-install and install the binary and manpage - Update Makefile patch From: maintainer William Yodlowsky <bsd@openbsd.rutgers.edu>
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2002/09/10 01:15:33 naddy Exp $
|
|
--- Makefile.orig Thu Aug 15 09:39:29 2002
|
|
+++ Makefile Fri Aug 30 16:09:32 2002
|
|
@@ -34,7 +34,7 @@ LIBS += -lXext
|
|
#DEFINES += -DXDEBUG # show some X calls
|
|
|
|
DEFINES += -DVERSION=\"$(version).$(revision).$(subrev)\" $(DEBIAN)
|
|
-CFLAGS = $(INCLUDES) $(DEFINES) -Os -Wall
|
|
+CFLAGS += $(INCLUDES) $(DEFINES)
|
|
#CFLAGS = $(INCLUDES) $(DEFINES) -g -Wall
|
|
LDFLAGS = $(LDPATH) $(LIBS)
|
|
|