Include the INSTALL guide in the package. ok giovanni@ (maintainer).
This commit is contained in:
parent
49cd8bef65
commit
d92fb862b5
@ -1,8 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2009/04/15 17:50:21 giovanni Exp $
|
# $OpenBSD: Makefile,v 1.4 2009/06/22 07:58:24 sthen Exp $
|
||||||
|
|
||||||
COMMENT= web proxy with antivirus filter
|
COMMENT= web proxy with antivirus filter
|
||||||
|
|
||||||
DISTNAME= havp-0.90
|
DISTNAME= havp-0.90
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${HOMEPAGE}/download/
|
MASTER_SITES= ${HOMEPAGE}/download/
|
||||||
|
|
||||||
@ -26,4 +27,8 @@ CONFIGURE_ENV= LDFLAGS="-pthread"
|
|||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/havp
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${WRKSRC}/COPYING ${PREFIX}/share/doc/havp
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.2 2008/08/27 20:04:07 jasper Exp $
|
@comment $OpenBSD: PLIST,v 1.3 2009/06/22 07:58:24 sthen Exp $
|
||||||
@newgroup _havp:602
|
@newgroup _havp:602
|
||||||
@newuser _havp:602:_havp:daemon:Havp Account:/nonexistent:/sbin/nologin
|
@newuser _havp:602:_havp:daemon:Havp Account:/nonexistent:/sbin/nologin
|
||||||
@bin sbin/havp
|
@bin sbin/havp
|
||||||
|
share/doc/havp/
|
||||||
|
share/doc/havp/COPYING
|
||||||
|
share/doc/havp/INSTALL
|
||||||
share/examples/havp/
|
share/examples/havp/
|
||||||
@sample ${SYSCONFDIR}/havp/
|
@sample ${SYSCONFDIR}/havp/
|
||||||
share/examples/havp/blacklist
|
share/examples/havp/blacklist
|
||||||
|
Loading…
Reference in New Issue
Block a user