[Midnightbsd-cvs] mports: security/vlog: Fake fixes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 30 23:31:39 EDT 2007


Log Message:
-----------
Fake fixes.

Modified Files:
--------------
    mports/security/vlog:
        Makefile (r1.1 -> r1.2)

Added Files:
-----------
    mports/security/vlog/files:
        patch-Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/vlog/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsecurity/vlog/Makefile -Lsecurity/vlog/Makefile -u -r1.1 -r1.2
--- security/vlog/Makefile
+++ security/vlog/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	vlog
 PORTVERSION=	1.1f
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://inc2.com/download/
 DISTNAME=	vlog-${PORTVERSION}
@@ -28,6 +28,6 @@
 PLIST_FILES=	bin/vlog
 
 post-patch:
-	${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e "s@/usr/local@${DESTDIR}${PREFIX}@g" ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
--- /dev/null
+++ security/vlog/files/patch-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.bak	Thu Dec  6 16:44:36 2001
++++ Makefile	Tue Oct 30 23:29:34 2007
+@@ -7,8 +7,8 @@
+ # are overrided by their equivalents in isba's Makefile
+ 
+ CC	= gcc
+-BINDEST	= /usr/local/bin
+-MANDEST	= /usr/local/man/man1
++BINDEST	= ${DESTDIR}/usr/local/bin
++MANDEST	= ${DESTDIR}/usr/local/man/man1
+ 
+ # => if you have to modify this Makefile for vlog to compile,
+ # => please drop me a line at vlog at inc2.com so I can include


More information about the Midnightbsd-cvs mailing list