upgrade to gone 1.3.5
This commit is contained in:
parent
1398143543
commit
98c859295a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/20 08:05:14 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/11/30 07:14:02 kevlo Exp $
|
||||
|
||||
COMMENT= "terminal locking utility"
|
||||
|
||||
DISTNAME= gone-1.3.4
|
||||
DISTNAME= gone-1.3.5
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://www.marcuscom.com/
|
||||
@ -19,10 +19,8 @@ MASTER_SITES= ${HOMEPAGE}/downloads/
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= with_setuid="no"
|
||||
|
||||
MAKE_FLAGS= prefix="${PREFIX}"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gone ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/gone.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gone-1.3.4.tar.gz) = bb855eb658ea5720f39cbbe9548c7f81
|
||||
RMD160 (gone-1.3.4.tar.gz) = ed1a3fe2faa24b294d03e06599311350537d9f1d
|
||||
SHA1 (gone-1.3.4.tar.gz) = f75d426b83a46e39282c218c32edfecbc1c16b35
|
||||
MD5 (gone-1.3.5.tar.gz) = a87333c81b43fab56034a6ef00a9e98c
|
||||
RMD160 (gone-1.3.5.tar.gz) = 269e4316592645b2acbfe3b25fbee378312601a9
|
||||
SHA1 (gone-1.3.5.tar.gz) = 59ce0a7b71dc5a71c4864c060cef1bba67ee053f
|
||||
|
12
misc/gone/patches/patch-Makefile_in
Normal file
12
misc/gone/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2004/11/30 07:14:04 kevlo Exp $
|
||||
--- Makefile.in.orig Tue Nov 30 15:03:34 2004
|
||||
+++ Makefile.in Tue Nov 30 15:04:01 2004
|
||||
@@ -14,7 +14,7 @@ VERSION=@VERSION@
|
||||
|
||||
LIBS = @LIBS@
|
||||
|
||||
-prefix = @prefix@
|
||||
+prefix = ${DESTDIR}@prefix@
|
||||
exec_prefix = ${prefix}
|
||||
|
||||
bindir = ${exec_prefix}/bin
|
Loading…
Reference in New Issue
Block a user