diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-01-07 22:08:38 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-01-07 22:08:38 +0000 |
commit | 0dba154e3cddabf2efbb9e14b2e52859c6377f3a (patch) | |
tree | 9bae3379fd5a7b70503711e8d6f6c935c7e155dd /security/sinfp/Makefile | |
parent | fec5537357e02403dd51a6e387b7f51a77d58d8a (diff) | |
download | ports-0dba154e3cddabf2efbb9e14b2e52859c6377f3a.tar.gz ports-0dba154e3cddabf2efbb9e14b2e52859c6377f3a.zip |
Notes
Diffstat (limited to 'security/sinfp/Makefile')
-rw-r--r-- | security/sinfp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 3585207d1778..949debd74844 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -15,7 +15,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20071229 +DBDATE= 20080103 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |