Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 12:01:57 -0400 (EDT)
From:      "James E. Flemer" <jflemer@acm.jhu.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41687: [patch] nedit to use INSTALL_{PROGRAM,MAN,DATA}
Message-ID:  <200208151601.g7FG1v8v034187@psi.speednaked.com>

next in thread | raw e-mail | index | archive | help

>Number:         41687
>Category:       ports
>Synopsis:       [patch] nedit to use INSTALL_{PROGRAM,MAN,DATA}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 15 09:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     James E. Flemer
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD psi.speednaked.com 4.6-STABLE FreeBSD 4.6-STABLE #2: Thu Aug 1 16:34:20 EDT 2002 root@psi.speednaked.com:/usr/obj/usr/src/sys/PSI i386


>Description:
	Change nedit port to use INSTALL_PROGRAM,MAN,DATA.
>How-To-Repeat:
>Fix:

--- nedit.diff begins here ---
--- nedit/files/patch-aa.orig	Thu Aug 15 11:52:29 2002
+++ nedit/files/patch-aa	Thu Aug 15 11:55:13 2002
@@ -8,9 +8,9 @@
   
 + install::
 + 	(cd source; make -f Makefile.freebsd install)
-+ 	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 doc/nedit.man ${PREFIX}/man/man1/nedit.1
-+ 	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 doc/nc.man ${PREFIX}/man/man1/nclient.1
-+ 	${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit.ad
++ 	${INSTALL_MAN} doc/nedit.man ${PREFIX}/man/man1/nedit.1
++ 	${INSTALL_MAN} doc/nc.man ${PREFIX}/man/man1/nclient.1
++ 	${INSTALL_DATA} NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit.ad
 + 
   clean:
   	(cd util; $(MAKE) -f Makefile.common clean)
--- nedit/files/patch-ab.orig	Thu Aug 15 11:55:22 2002
+++ nedit/files/patch-ab	Thu Aug 15 11:56:08 2002
@@ -5,8 +5,8 @@
  	$(CC) $(CFLAGS) nc.o ../util/libNUtil.a $(LIBS) -o $@
  	
 +install: nedit nc
-+	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
-+	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin/nclient
++	${INSTALL_PROGRAM} nedit ${PREFIX}/bin
++	${INSTALL_PROGRAM} nc ${PREFIX}/bin/nclient
 +
  help.o: help.c
  	$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
--- nedit.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208151601.g7FG1v8v034187>