1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

update to 9.20

PR:		31179
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-10-09 23:54:33 +00:00
parent b27d40838a
commit 30e8eb7f06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48633
3 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= netpbm
PORTVERSION= 9.19
PORTVERSION= 9.20
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (netpbm-9.19.tgz) = c5793f67bb96c8bc7ff4531d0b9c08ac
MD5 (netpbm-9.20.tgz) = a815a1f0ae94d727cb6614698f3aff28

View File

@ -1,5 +1,5 @@
--- GNUmakefile.orig Fri Aug 17 13:34:44 2001
+++ GNUmakefile Wed Sep 5 00:00:00 2001
--- GNUmakefile.orig Sat Sep 22 01:26:48 2001
+++ GNUmakefile Wed Oct 10 00:00:00 2001
@@ -69,7 +69,7 @@
default: $(DEFAULT_TARGET)
@ -10,13 +10,13 @@
.PHONY: nonmerge
nonmerge: $(SUBDIRS)
@@ -160,10 +160,10 @@
.PHONY: install.hdr
install.hdr: $(INSTALLHDRS) $(SRCDIR)/pm_config.h
- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \
# See notes in Makefile.common about how $(INSTALL) varies from one
# platform to another.
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
+ ${BSD_INSTALL_DATA} \
$(SRCDIR)/pm_config.h $(INSTALLHDRS)
- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
- $(SRCDIR)/shhopt/shhopt.h $(INSTALLHDRS)
+ ${BSD_INSTALL_DATA} \
+ $(SRCDIR)/shhopt/pm_shhopt.h $(INSTALLHDRS)