o Update to 5.0.4

o Use BSD_INSTALL_* vars where possible

PR:		29443
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-08-08 16:27:12 +00:00
parent 8a16cfc628
commit c7084bac32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45973
4 changed files with 7 additions and 11 deletions

View file

@ -6,15 +6,11 @@
#
PORTNAME= plplot
PORTVERSION= 5.0.3
PORTVERSION= 5.0.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}.patch1.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd

View file

@ -1,2 +1 @@
MD5 (plplot-5.0.3.tar.gz) = 1ba5bcf8d7b19960742391e7326b05d4
MD5 (plplot-5.0.3.patch1.gz) = 562ccb5be2294e657f63720e728f91a2
MD5 (plplot-5.0.4.tar.gz) = 98eb53a99f7b78cbd2a388f32a11599f

View file

@ -1,5 +1,5 @@
--- cf/inst_lib.in.orig Sat Feb 17 07:35:23 2001
+++ cf/inst_lib.in Sat Apr 28 07:49:40 2001
--- cf/inst_lib.in.orig Sat Apr 21 10:49:12 2001
+++ cf/inst_lib.in Fri Aug 3 07:26:36 2001
@@ -16,30 +16,33 @@
if test ! -d $(INFO_DIR); then mkdir -p $(INFO_DIR); fi
@ -29,8 +29,8 @@
fi
install_scriptfiles:
- @-cd $(top_srcdir)/scripts; $(CP) pl* $(BIN_DIR)
+ @-cd $(top_srcdir)/scripts; ${BSD_INSTALL_SCRIPT} pl* $(BIN_DIR)
- @-cd $(top_srcdir)/scripts; $(CP) pl* pstex2eps $(BIN_DIR)
+ @-cd $(top_srcdir)/scripts; ${BSD_INSTALL_SCRIPT} pl* pstex2eps $(BIN_DIR)
install_includes:
- @-$(CP) plConfig.h plDevs.h $(INCLUDE_DIR); \

View file

@ -3,6 +3,7 @@ bin/plplot-config
bin/plpr
bin/plrender
bin/pltek
bin/pstex2eps
include/plplot/drivers.h
include/plplot/pdf.h
include/plplot/plConfig.h