diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-01 14:40:52 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-01 14:40:52 +0000 |
commit | be2bd16f64eb09c2502cdf37f2ed8a2cf0a7c6b9 (patch) | |
tree | 856b206d285de05128c6f53d8d11bc955e687f1c /security/sinfp | |
parent | 18c20d6308306c4e95be8d5a829a151cfeb2a3ae (diff) |
- Update to 2.03
Notes
Notes:
svn path=/head/; revision=176078
Diffstat (limited to 'security/sinfp')
-rw-r--r-- | security/sinfp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 3ceb1fddf6e3..bae25b77cadf 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -6,7 +6,6 @@ # PORTNAME= sinfp -PORTVERSION= 2.02.1 BUILD_DEPENDS= p5-Net-SinFP>=2.02:${PORTSDIR}/security/p5-Net-SinFP RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -16,7 +15,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20061009 +#DBDATE= post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |