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

(-)graveman/Makefile (-2 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	graveman
8
PORTNAME=	graveman
9
PORTVERSION=	0.3.12
9
PORTVERSION=	0.3.12.5
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://graveman.tuxfamily.org/sources/
11
MASTER_SITES=	http://graveman.tuxfamily.org/sources/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-4
12
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
13
13
14
MAINTAINER=	toxa@toxahost.ru
14
MAINTAINER=	toxa@toxahost.ru
15
COMMENT=	Another GTK2 frontend for cdrecord, mkisofs, readcd and sox
15
COMMENT=	Another GTK2 frontend for cdrecord, mkisofs, readcd and sox
Lines 19-24 Link Here
19
19
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GETTEXT=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
24
USE_GNOME=	libglade2 intlhack gnomehack gnomeprefix
25
USE_GNOME=	libglade2 intlhack gnomehack gnomeprefix
(-)graveman/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (graveman-0.3.12-4.tar.bz2) = 2b1b807fc60f27ea58d83a5d28a9c6bf
1
MD5 (graveman-0.3.12-5.tar.bz2) = c9c80782282c6699effa91d1a806723b
2
SHA256 (graveman-0.3.12-4.tar.bz2) = bcd6ea50caed63c481d7c6f602966624b4d0290946d9fe15bb7a387bfae5149b
2
SHA256 (graveman-0.3.12-5.tar.bz2) = 35b300d565548a4cab9942a0740b3dd543ed0d4cf53b06f4889f4f1999197d6d
3
SIZE (graveman-0.3.12-4.tar.bz2) = 775383
3
SIZE (graveman-0.3.12-5.tar.bz2) = 780870
(-)graveman/files/patch-man_Makefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- man/Makefile.in.bak	Tue May 31 02:08:30 2005
1
--- man/Makefile.in.orig	Mon Jun  5 20:33:45 2006
2
+++ man/Makefile.in	Sat Nov 12 01:53:11 2005
2
+++ man/Makefile.in	Sun Jun 11 05:09:22 2006
3
@@ -329,12 +329,7 @@
3
@@ -332,12 +332,7 @@
4
 	@true
4
 	@true
5
 
5
 
6
 install:
6
 install:
Lines 10-16 Link Here
10
-			${INSTALL_DATA} -D "${srcdir}/graveman.$$lang.man" "${DESTDIR}${mandir}/$$lang/${mansubdir}/graveman.1"; \
10
-			${INSTALL_DATA} -D "${srcdir}/graveman.$$lang.man" "${DESTDIR}${mandir}/$$lang/${mansubdir}/graveman.1"; \
11
-		done \
11
-		done \
12
-	fi
12
-	fi
13
+	${INSTALL_DATA} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 
13
+	${BSD_INSTALL_MAN} graveman.man ${DESTDIR}${mandir}/${mansubdir}/graveman.1 ; \
14
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
14
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
15
 # Otherwise a system limit (for SysV at least) may be exceeded.
15
 # Otherwise a system limit (for SysV at least) may be exceeded.
16
 .NOEXPORT:
16
 .NOEXPORT:

Return to bug 98800