config file has a manpage, remove SHARED_ONLY=Yes, use INSTALL_DATA instead
of copying files.
This commit is contained in:
parent
81648b584d
commit
a80a01b918
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/01/12 13:41:04 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/01/12 14:06:29 mbalmer Exp $
|
||||
|
||||
COMMENT= "daemon to modify pf tables from userland"
|
||||
|
||||
DISTNAME= tabled-1.0.1
|
||||
DISTNAME= tabled-1.0.2
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
@ -10,8 +10,6 @@ HOMEPAGE= http://www.etc.msys.ch/software/tabled/
|
||||
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -28,6 +26,6 @@ NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
|
||||
cp -r ${WRKSRC}/tabled.conf ${PREFIX}/share/examples/
|
||||
${INSTALL_DATA} ${WRKSRC}/tabled.conf ${PREFIX}/share/examples/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (tabled-1.0.1.tgz) = cbf88ba33f64b7645bd7d2df1279acfa
|
||||
RMD160 (tabled-1.0.1.tgz) = e16517dd08d3dc1f9f15a43b79c5c4a461157b69
|
||||
SHA1 (tabled-1.0.1.tgz) = 059a4ca43bea9b6534ceda83d08d89a36c985548
|
||||
SIZE (tabled-1.0.1.tgz) = 11285
|
||||
MD5 (tabled-1.0.2.tgz) = c5d014acfb17e49c748002e48531a213
|
||||
RMD160 (tabled-1.0.2.tgz) = 5687d66e2f5963955dfa8bb98a1cfdd851e4dfb9
|
||||
SHA1 (tabled-1.0.2.tgz) = d814cb5142faff343369375d3ca6a05dfbfa1468
|
||||
SIZE (tabled-1.0.2.tgz) = 11694
|
||||
|
@ -1,4 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/01/12 13:41:04 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/01/12 14:06:29 mbalmer Exp $
|
||||
@newgroup _tabled:582
|
||||
@newuser _tabled:582:582:daemon:tabled:/var/empty:/sbin/nologin
|
||||
@man man/cat5/tabled.conf.0
|
||||
@man man/cat8/tabled.0
|
||||
sbin/tabled
|
||||
share/examples/tabled.conf
|
||||
|
Loading…
Reference in New Issue
Block a user