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

(-)Makefile (-5 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	di
4
PORTNAME=	di
5
PORTVERSION=	4.34
5
PORTVERSION=	4.35
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://www.gentoo.com/di/
7
MASTER_SITES=	http://www.gentoo.com/di/ \
8
		http://www.cyberbotx.com/di/
8
9
9
MAINTAINER=	cyberbotx@cyberbotx.com
10
MAINTAINER=	cyberbotx@cyberbotx.com
10
COMMENT=	Disk Information Utility
11
COMMENT=	Disk Information Utility
Lines 11-21 Link Here
11
12
12
MAKE_ENV+=	prefix="${PREFIX}"
13
MAKE_ENV+=	prefix="${PREFIX}"
13
14
14
MAN1=		di.1
15
16
OPTIONS_DEFINE=	NLS
15
OPTIONS_DEFINE=	NLS
17
16
18
NO_STAGE=	yes
19
.include <bsd.port.options.mk>
17
.include <bsd.port.options.mk>
20
18
21
.if ${PORT_OPTIONS:MNLS}
19
.if ${PORT_OPTIONS:MNLS}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (di-4.34.tar.gz) = c2bdb2aab01da3fadd45037b37e11532316237c8bd8103e9c6307571c5876feb
1
SHA256 (di-4.35.tar.gz) = 2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2
2
SIZE (di-4.34.tar.gz) = 213367
2
SIZE (di-4.35.tar.gz) = 212325
(-)files/patch-Makefile (-4 / +10 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2011-01-01 15:25:04.000000000 -0500
1
--- Makefile.orig	2014-02-15 12:14:49.000000000 -0500
2
+++ Makefile	2011-01-02 15:28:29.000000000 -0500
2
+++ Makefile	2014-03-03 16:00:53.000000000 -0500
3
@@ -33,7 +33,7 @@
3
@@ -36,12 +36,12 @@
4
 ###
4
 ###
5
 # installation options
5
 # installation options
6
 #
6
 #
Lines 9-16 Link Here
9
 LOCALEDIR = $(prefix)/share/locale
9
 LOCALEDIR = $(prefix)/share/locale
10
 PROG = di
10
 PROG = di
11
 MPROG = mi
11
 MPROG = mi
12
@@ -55,7 +55,7 @@
13
 #
12
 #
13
-INSTALL_DIR = $(prefix)
14
+INSTALL_DIR = $(DESTDIR)$(prefix)
15
 INSTALL_BIN_DIR = $(INSTALL_DIR)/bin
16
 INST_LOCALEDIR = $(INSTALL_DIR)/share/locale
17
 TARGET = $(INSTALL_BIN_DIR)/$(PROG)$(EXE_EXT)
18
@@ -58,7 +58,7 @@
19
 #
14
 # simple man page installation
20
 # simple man page installation
15
 #
21
 #
16
-DI_MANINSTDIR = $(INSTALL_DIR)/share/man
22
-DI_MANINSTDIR = $(INSTALL_DIR)/share/man
(-)pkg-plist (+1 lines)
Lines 1-5 Link Here
1
bin/di
1
bin/di
2
bin/mi
2
bin/mi
3
man/man1/di.1.gz
3
%%NLS%%share/locale/de/LC_MESSAGES/di.mo
4
%%NLS%%share/locale/de/LC_MESSAGES/di.mo
4
%%NLS%%share/locale/en/LC_MESSAGES/di.mo
5
%%NLS%%share/locale/en/LC_MESSAGES/di.mo
5
%%NLS%%share/locale/es/LC_MESSAGES/di.mo
6
%%NLS%%share/locale/es/LC_MESSAGES/di.mo

Return to bug 187230