mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 1.11
PR: 117728 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
This commit is contained in:
parent
773a6eb04a
commit
c0f7e3d9fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203302
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= diction
|
||||
PORTVERSION= 1.02
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,14 +15,12 @@ MAINTAINER= mva@sysfault.org
|
||||
COMMENT= GNU diction and style
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_FILES= bin/diction bin/style share/diction/C share/diction/de \
|
||||
share/diction/en
|
||||
share/diction/en share/diction/en_GB share/diction/nl
|
||||
PLIST_DIRS= share/diction
|
||||
|
||||
MAN1= diction.1 style.1
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (diction-1.02.tar.gz) = e50fd9139d47b1f146b1342293825f19
|
||||
SHA256 (diction-1.02.tar.gz) = 8dadbd41e7e2f6b046897c09bb610db00b06f363eaf3e1f94afb3d8cb2c6ab51
|
||||
SIZE (diction-1.02.tar.gz) = 90957
|
||||
MD5 (diction-1.11.tar.gz) = 4cbdb115c976d7141f54b223df28012e
|
||||
SHA256 (diction-1.11.tar.gz) = 35c2f1bf8ddf0d5fa9f737ffc8e55230736e5d850ff40b57fdf5ef1d7aa024f6
|
||||
SIZE (diction-1.11.tar.gz) = 141062
|
||||
|
@ -1,39 +0,0 @@
|
||||
--- Makefile.in.orig Tue May 16 03:10:04 2000
|
||||
+++ Makefile.in Tue Dec 19 00:32:28 2000
|
||||
@@ -3,6 +3,10 @@
|
||||
prefix= @prefix@
|
||||
exec_prefix= @exec_prefix@
|
||||
|
||||
+INSTALL= @INSTALL@
|
||||
+INSTALL_PROGRAM= @INSTALL_PROGRAM@
|
||||
+INSTALL_DATA= @INSTALL_DATA@
|
||||
+
|
||||
CC= @CC@
|
||||
CFLAGS= @CFLAGS@
|
||||
CPPFLAGS= @CPPFLAGS@ -DSHAREDIR=\"@datadir@\"
|
||||
@@ -20,16 +24,16 @@
|
||||
getopt.o getopt1.o $(LIBM) $(LIBS)
|
||||
|
||||
install: all
|
||||
- @INSTALL@ -m 755 -d @bindir@
|
||||
- @INSTALL@ diction @bindir@/diction
|
||||
- @INSTALL@ style @bindir@/style
|
||||
- @INSTALL@ -m 755 -d @datadir@/diction
|
||||
- @INSTALL@ -m 644 de @datadir@/diction/de
|
||||
- @INSTALL@ -m 644 en @datadir@/diction/en
|
||||
+ -mkdir -p @bindir@
|
||||
+ $(INSTALL_PROGRAM) diction @bindir@/diction
|
||||
+ $(INSTALL_PROGRAM) style @bindir@/style
|
||||
+ -mkdir -p @datadir@/diction
|
||||
+ $(INSTALL_DATA) de @datadir@/diction/de
|
||||
+ $(INSTALL_DATA) en @datadir@/diction/en
|
||||
(cd @datadir@/diction; rm -f C; ln en C)
|
||||
- @INSTALL@ -m 755 -d @mandir@/man1
|
||||
- @INSTALL@ -m 644 diction.1 @mandir@/man1/diction.1
|
||||
- @INSTALL@ -m 644 style.1 @mandir@/man1/style.1
|
||||
+ -mkdir -p @mandir@/man1
|
||||
+ $(INSTALL_DATA) diction.1 @mandir@/man1/diction.1
|
||||
+ $(INSTALL_DATA) style.1 @mandir@/man1/style.1
|
||||
|
||||
install.msg:
|
||||
gencat -o @datadir@/locale/en_US/LC_MESSAGES/diction.cat diction-en.msg sent-en.msg
|
Loading…
Reference in New Issue
Block a user