diff options
Diffstat (limited to 'security/sinfp/Makefile')
-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 |