diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:59:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:59:32 +0000 |
commit | a67a4e343b9d3599be51a977456564238cb7672a (patch) | |
tree | 90df6ffdf85be62a0bf0e330bb41c56b4a804317 /editors/nedit/files/patch-aa | |
parent | Update to version 2.70. (diff) |
Install the nc binary as nclient so as not to conflict with the
"long standing" netcat port.
PR: 18454
Notes
Notes:
svn path=/head/; revision=28896
Diffstat (limited to 'editors/nedit/files/patch-aa')
-rw-r--r-- | editors/nedit/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nedit/files/patch-aa b/editors/nedit/files/patch-aa index be4a7bb1c56e..3439e869c62b 100644 --- a/editors/nedit/files/patch-aa +++ b/editors/nedit/files/patch-aa @@ -9,7 +9,7 @@ + install:: + (cd source; make -f Makefile.freebsd install) + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nedit.man ${PREFIX}/man/man1/nedit.1 -+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1 ++ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nclient.1 + ${INSTALL} ${COPY} -m 644 NEdit.ad ${X11BASE}/lib/X11/app-defaults/NEdit + clean: |