Update to version 1.67.

PR:		17721
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Steve Price 2000-04-30 20:15:29 +00:00
parent 25deaff13f
commit c83b555366
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28181
3 changed files with 16 additions and 9 deletions

View File

@ -6,14 +6,14 @@
#
PORTNAME= ytree
PORTVERSION= 1.65
PORTVERSION= 1.67
CATEGORIES= misc
#MASTER_SITES= ${MASTER_SITE_SUNSITE} \
# http://www.han.de/~werner/
#MASTER_SITE_SUBDIR= utils/file/managers
MASTER_SITES= http://www.han.de/~werner/
MAINTAINER= ports@FreeBSD.org
FETCH_BEFORE_ARGS= -b
ALL_TARGET=
MAN1= ytree.1

View File

@ -1 +1 @@
MD5 (ytree-1.65.tar.gz) = c9ee4eb81573d0ae8d3d73c885285f66
MD5 (ytree-1.67.tar.gz) = 2e2337eae3988f4f753518d2d2f5762e

View File

@ -1,13 +1,20 @@
--- Makefile.orig Wed Dec 9 15:31:25 1998
+++ Makefile Wed Dec 9 15:32:25 1998
@@ -12,7 +12,7 @@
--- Makefile.orig Sun Jan 2 08:17:33 2000
+++ Makefile Thu Mar 30 20:28:01 2000
@@ -6,13 +6,13 @@
#
############################################################################
-CC = cc
+CC ?= cc
#
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
#
-ADD_CFLAGS = -O # -DVI_KEYS
+#ADD_CFLAGS = -O # -DVI_KEYS
LFLAGS = -s
LFLAGS =
BINDIR = /usr/bin
@@ -27,10 +27,10 @@
###########################