FreeBSD Bugzilla – Attachment 24358 Details for
Bug 41687
[patch] nedit to use INSTALL_{PROGRAM,MAN,DATA}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nedit.diff
nedit.diff (text/plain), 1.23 KB, created by
James Flemer
on 2002-08-15 17:20:01 UTC
(
hide
)
Description:
nedit.diff
Filename:
MIME Type:
Creator:
James Flemer
Created:
2002-08-15 17:20:01 UTC
Size:
1.23 KB
patch
obsolete
>--- 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 $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41687
: 24358