generate and install an example config file; bump PKGNAME
requested by frantisek holop <minusf@obiit.org>
This commit is contained in:
parent
85be017fd6
commit
01c5c5bfeb
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/02/08 23:38:12 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2006/02/01 16:29:47 robert Exp $
|
||||
|
||||
COMMENT= "log colorizer"
|
||||
|
||||
DISTNAME= ccze-0.2.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
@ -26,4 +26,8 @@ USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --with-builtins=all
|
||||
|
||||
pre-fake:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ccze
|
||||
${WRKSRC}/src/ccze-dump > ${PREFIX}/share/examples/ccze/cczerc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/08/03 14:43:39 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2006/02/01 16:29:47 robert Exp $
|
||||
bin/ccze
|
||||
bin/ccze-cssdump
|
||||
@comment include/ccze.h
|
||||
@man man/man1/ccze-cssdump.1
|
||||
@man man/man1/ccze.1
|
||||
@man man/man7/ccze-plugin.7
|
||||
share/examples/ccze/
|
||||
share/examples/ccze/cczerc
|
||||
|
Loading…
Reference in New Issue
Block a user