Skip to content

Commit

Permalink
iogen was crashing due to lack of escape chars in Makefile. Bad me for
Browse files Browse the repository at this point in the history
testing the wrong version.
  • Loading branch information
Marco Peereboom committed Dec 6, 2005
1 parent ccd6fae commit a4808c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysutils/iogen/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2005/12/06 17:38:58 marco Exp $
# $OpenBSD: Makefile,v 1.3 2005/12/06 18:56:25 marco Exp $

COMMENT= "i/o generator"
PKGNAME= iogen-1.01
PKGNAME= iogen-1.02
CATEGORIES= sysutils
DISTFILES=

Expand All @@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
NO_CHECKSUM= Yes
NO_REGRESS= Yes

CFLAGS+= -DVERSION="${PKGNAME:S/iogen-//}"
CFLAGS+= -DVERSION=\"${PKGNAME:S/iogen-//}\"
FAKE_FLAGS+= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
MAKE_ENV= CC="${CC}"
WRKDIST= ${WRKDIR}
Expand Down

0 comments on commit a4808c7

Please sign in to comment.