FreeBSD Bugzilla – Attachment 78630 Details for
Bug 113072
[Maintainer-Update] comms/syncterm to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-GNUmakefile
patch-GNUmakefile (text/plain), 1.03 KB, created by
Stephen Hurd
on 2007-07-24 06:23:19 UTC
(
hide
)
Description:
patch-GNUmakefile
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2007-07-24 06:23:19 UTC
Size:
1.03 KB
patch
obsolete
>--- syncterm/GNUmakefile.orig Sun Jul 22 20:47:36 2007 >+++ syncterm/GNUmakefile Mon Jul 23 22:05:37 2007 >@@ -19,9 +19,9 @@ > > CFLAGS += -DPREFIX=\"${PREFIX}\" > ifeq ($(PREFIX),/usr) >- MANPREFIX ?= /usr/share/man >+ MANPREFIX ?= /usr/share > else >- MANPREFIX ?= $(PREFIX)/man >+ MANPREFIX ?= $(PREFIX) > endif > > CFLAGS += $(UIFC-MT_CFLAGS) $(CIOLIB-MT_CFLAGS) $(XPDEV-MT_CFLAGS) -I../sbbs3 -I../smblib -I../comio >@@ -51,15 +51,15 @@ > installdirs: > -mkdir -p ${PREFIX}/bin > -mkdir -p ${DESKTOPDIR} >- -mkdir -p ${PREFIX}/share/man/man1 >+ -mkdir -p ${MANPREFIX}/man/man1 > -mkdir -p ${PREFIX}/share/icons/hicolor/64x64/apps > > install: $(SYNCTERM) syncterm.1.gz installdirs > @echo Installing... > ${INSTALL_EXE} ${SYNCTERM} ${PREFIX}/bin > ${INSTALL_DATA} syncterm.png ${PREFIX}/share/icons/hicolor/64x64/apps >- ${INSTALL_DATA} syncterm.desktop ${PREFIX}/share/applications >- ${INSTALL_DATA} syncterm.1.gz ${MANPREFIX}/man1 >+ ${INSTALL_DATA} syncterm.desktop ${DESKTOPDIR} >+ ${INSTALL_DATA} syncterm.1.gz ${MANPREFIX}/man/man1 > > devel: tags cscope.out >
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 Raw
Actions:
View
Attachments on
bug 113072
:
78627
|
78628
|
78629
| 78630