Add man page to ports infrastructure. Done by jolan@

This commit is contained in:
marco 2005-12-06 20:56:06 +00:00
parent 8515637900
commit b89d4bfed7
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2005/12/06 19:03:42 marco Exp $
# $OpenBSD: Makefile,v 1.5 2005/12/06 20:56:06 marco Exp $
COMMENT= "i/o generator"
PKGNAME= iogen-1.03
PKGNAME= iogen-1.04
CATEGORIES= sysutils
DISTFILES=
@ -15,7 +15,7 @@ NO_CHECKSUM= Yes
NO_REGRESS= Yes
CFLAGS+= -DVERSION=\"${PKGNAME:S/iogen-//}\"
FAKE_FLAGS+= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
FAKE_FLAGS+= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}" MANDIR="${PREFIX}/man/cat"
MAKE_ENV= CC="${CC}"
WRKDIST= ${WRKDIR}

View File

@ -1,2 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/06 16:57:47 jolan Exp $
@comment $OpenBSD: PLIST,v 1.2 2005/12/06 20:56:06 marco Exp $
bin/iogen
@man man/cat8/iogen.0

View File

@ -1,7 +1,7 @@
PROG= iogen
SRCS= iogen.c
CFLAGS+=-Wall
NOMAN= notgay
MAN= iogen.8
BINDIR= ${PREFIX}/bin
.include <bsd.prog.mk>