View | Details | Raw Unified | Return to bug 188584
Collapse All | Expand All

(-)security/cfv/Makefile (-3 lines)
Lines 9-16 Link Here
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
10
COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
11
11
12
DEPRECATED=	Unmaintained since 2001
13
EXPIRATION_DATE=	2014-04-12
14
USE_PYTHON=	2
12
USE_PYTHON=	2
15
ALL_TARGET=	cfv.wrapper
13
ALL_TARGET=	cfv.wrapper
16
INSTALL_TARGET=	install-wrapper
14
INSTALL_TARGET=	install-wrapper
Lines 18-24 Link Here
18
16
19
MAN1=	cfv.1
17
MAN1=	cfv.1
20
18
21
NO_STAGE=	yes
22
post-patch:
19
post-patch:
23
	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
20
	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
24
21
(-)security/cfv/files/patch-Makefile (+8 lines)
Lines 7-9 Link Here
7
 exec_prefix=${prefix}
7
 exec_prefix=${prefix}
8
 
8
 
9
 #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
9
 #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
10
@@ -43,6 +43,7 @@
11
 	$(install_dir) $@
12
 
13
 install-wrapper-only: $(DESTDIR)$(bindir) cfv.wrapper install_man
14
+	$(install_dir) $(DESTDIR)$(pkgdir)
15
 	$(install_data) cfv $(DESTDIR)$(pkgdir)/cfv.py
16
 	$(install_script) cfv.wrapper $(DESTDIR)$(bindir)/cfv
17
 
(-)security/cfv/pkg-plist (+1 lines)
Lines 2-4 Link Here
2
%%PYTHON_SITELIBDIR%%/cfv.py
2
%%PYTHON_SITELIBDIR%%/cfv.py
3
%%PYTHON_SITELIBDIR%%/cfv.pyc
3
%%PYTHON_SITELIBDIR%%/cfv.pyc
4
%%PYTHON_SITELIBDIR%%/cfv.pyo
4
%%PYTHON_SITELIBDIR%%/cfv.pyo
5
man/man1/cfv.1.gz

Return to bug 188584