diff options
author | sat <sat@FreeBSD.org> | 2006-11-01 22:40:52 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-01 22:40:52 +0800 |
commit | 78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad (patch) | |
tree | 72f1f33eaab45a6b103468fb01a63536519c9398 /security/sinfp | |
parent | 7bed726955ed56f84e998ad4ac18e9a1b13fc080 (diff) | |
download | freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.tar.gz freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.tar.zst freebsd-ports-gnome-78f1eeab97c1a0c26a84ff10bbfa8ea2f9e701ad.zip |
- Update to 2.03
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 |