forked from pfsense/FreeBSD-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c14d26a
commit eaa4dd8
Showing
3 changed files
with
32 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,34 @@ | ||
--- Makefile.in Tue Jan 4 09:38:18 2000 | ||
+++ Makefile.in Sun Mar 23 23:05:33 2003 | ||
@@ -44,7 +44,7 @@ | ||
--- ./Makefile.in.orig 2000-01-04 05:38:18.000000000 -0200 | ||
+++ ./Makefile.in 2013-12-09 11:13:40.000000000 -0200 | ||
@@ -40,23 +40,23 @@ | ||
|
||
install: deco $(libdir)/deco $(libdir)/deco/help\ | ||
$(libdir)/deco/menu $(libdir)/deco/profile | ||
- $(INSTALL_PROGRAM) deco $(bindir) | ||
+ $(INSTALL_PROGRAM) deco ${DESTDIR}$(bindir) | ||
cd help; for f in *.general *.edit *.view *.hexview; do\ | ||
$(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done | ||
$(INSTALL_DATA) ref.man $(mandir)/man1/deco.1 | ||
- $(INSTALL_DATA) $$f $(libdir)/deco/help/$$f; done | ||
- $(INSTALL_DATA) ref.man $(mandir)/man1/deco.1 | ||
- $(INSTALL_DATA) cyrref.man $(mandir)/man1/deco-r.1 | ||
+ $(INSTALL_DATA) cyrref.man $(mandir)/ru.KOI8-R/man1/deco.1 | ||
+ $(INSTALL_DATA) $$f ${DESTDIR}$(libdir)/deco/help/$$f; done | ||
+ $(INSTALL_DATA) ref.man ${DESTDIR}$(mandir)/man1/deco.1 | ||
+ $(INSTALL_DATA) cyrref.man ${DESTDIR}$(mandir)/ru.KOI8-R/man1/deco.1 | ||
|
||
$(libdir)/deco: | ||
mkdir $(libdir)/deco | ||
- mkdir $(libdir)/deco | ||
+ mkdir ${DESTDIR}$(libdir)/deco | ||
|
||
$(libdir)/deco/help: | ||
- mkdir $(libdir)/deco/help | ||
+ mkdir ${DESTDIR}$(libdir)/deco/help | ||
|
||
$(libdir)/deco/menu: | ||
- $(INSTALL_DATA) menu $(libdir)/deco/menu | ||
+ $(INSTALL_DATA) menu ${DESTDIR}$(libdir)/deco/menu | ||
|
||
$(libdir)/deco/profile: | ||
- $(INSTALL_DATA) profile $(libdir)/deco/profile | ||
+ $(INSTALL_DATA) profile ${DESTDIR}$(libdir)/deco/profile | ||
|
||
uninstall: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters