[Midnightbsd-cvs] mports: security/vlock: fake fixes, license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 30 23:54:59 EDT 2007


Log Message:
-----------
fake fixes, license.

Modified Files:
--------------
    mports/security/vlock:
        Makefile (r1.1 -> r1.2)
    mports/security/vlock/files:
        patch-aa (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/vlock/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsecurity/vlock/Makefile -Lsecurity/vlock/Makefile -u -r1.1 -r1.2
--- security/vlock/Makefile
+++ security/vlock/Makefile
@@ -6,16 +6,18 @@
 # $MidnightBSD$
 #
 
-PORTNAME=		vlock
-PORTVERSION=		1.3
-CATEGORIES=		security
-MASTER_SITES=		${MASTER_SITE_SUNSITE}
+PORTNAME=	vlock
+PORTVERSION=	1.3
+PORTREVISION=	1
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	utils/console
 
-MAINTAINER=		ports at MidnightBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Locks a terminal
+LICENSE=	gpl2
 
-MAN1=			vlock.1
+MAN1=		vlock.1
 PLIST_FILES=	bin/vlock
 
 .include <bsd.port.mk>
Index: patch-aa
===================================================================
RCS file: /home/cvs/mports/security/vlock/files/patch-aa,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsecurity/vlock/files/patch-aa -Lsecurity/vlock/files/patch-aa -u -r1.1 -r1.2
--- security/vlock/files/patch-aa
+++ security/vlock/files/patch-aa
@@ -28,7 +28,7 @@
 -input.o: vlock.h
 +install:
 +	/usr/bin/install -c -s -o root -g wheel -m 4555 vlock ${PREFIX}/bin
-+	/usr/bin/install -c -o root -g wheel -m 444 vlock.1 ${MANPREFIX}/man/man1
++	/usr/bin/install -c -o root -g wheel -m 444 vlock.1 ${DESTDIR}${MANPREFIX}/man/man1
  
  clean:
 -	rm -f $(OBJS) vlock core core.vlock


More information about the Midnightbsd-cvs mailing list