1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 1.22

PR:		33675
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-01-09 01:55:45 +00:00
parent 8aae428676
commit 21bdaea668
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52783
4 changed files with 11 additions and 42 deletions

View File

@ -6,14 +6,20 @@
#
PORTNAME= grap
PORTVERSION= 1.21
PORTVERSION= 1.22
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-freebsd-ports
MAN1= grap.1
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && make install-docs
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (grap-1.21.tar.gz) = 249fc47d2b4e2a6522e626cf99705c71
MD5 (grap-1.22.tar.gz) = c23b83b471db88f9d5d3bbe2a436cc98

View File

@ -1,38 +0,0 @@
--- Makefile.in.orig Tue Oct 30 03:58:17 2001
+++ Makefile.in Tue Oct 30 04:00:22 2001
@@ -5,7 +5,7 @@
exec_prefix = @exec_prefix@
BINDIR = @bindir@
-DEFINESDIR = @datadir@/grap
+DEFINESDIR = @datadir@
MANDIR = @mandir@/man1
PROGS=grap
@@ -85,7 +85,7 @@
groff -mdoc grap.1 > grap.ps
grap.1: grap.doc
- sed "s#DEFINES_FILE#${DEFINESDIR}/grap.defines#g; s#EXAMPLES#${DEFINESDIR}/examples#g;" < grap.doc > grap.1 ;
+ sed "s#DEFINES_FILE#${DEFINESDIR}/grap.defines#g; s#EXAMPLES#${DEFINESDIR}/examples/grap#g;" < grap.doc > grap.1 ;
# The || true lines allow make to continue on systems where install -d
# fails on existing directories.
@@ -93,11 +93,14 @@
strip grap || true
${INSTALL} -d ${BINDIR} || true
${INSTALL} -d ${MANDIR} || true
- ${INSTALL} -d ${DEFINESDIR}/examples || true
+ ${INSTALL} -d ${DEFINESDIR}/examples/grap || true
${INSTALL_PROGRAM} grap ${BINDIR}
${INSTALL_DATA} grap.1 ${MANDIR}
- ${INSTALL_DATA} grap*.defines README CHANGES COPYRIGHT grap.man ${DEFINESDIR}
- ${INSTALL_DATA} examples/*.d examples/example.ms examples/*.result examples/Makefile ${DEFINESDIR}/examples
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d ${DEFINESDIR}/doc/grap
+ ${INSTALL_DATA} grap*.defines README CHANGES COPYRIGHT grap.man ${DEFINESDIR}/doc/grap
+.endif
+ ${INSTALL_DATA} examples/*.d examples/example.ms examples/*.result examples/Makefile ${DEFINESDIR}/examples/grap
deinstall:
${RM} ${BINDIR}/grap

View File

@ -2,9 +2,9 @@ bin/grap
%%PORTDOCS%%share/doc/grap/README
%%PORTDOCS%%share/doc/grap/CHANGES
%%PORTDOCS%%share/doc/grap/COPYRIGHT
%%PORTDOCS%%share/doc/grap/grap.defines
%%PORTDOCS%%share/doc/grap/grap.tex.defines
%%PORTDOCS%%share/doc/grap/grap.man
share/grap/grap.defines
share/grap/grap.tex.defines
share/examples/grap/400mpairs.d
share/examples/grap/400mtimes.d
share/examples/grap/400wpairs.d
@ -23,4 +23,5 @@ share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Global.Random1500.succ.result
share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Local.Random1500.succ.result
share/examples/grap/result.SQ_MESH.Fail1.S3.R0.Hybrid.Random1500.succ.result
@dirrm share/examples/grap
@dirrm share/grap
%%PORTDOCS%%@dirrm share/doc/grap