6dc6e623d9
- Use new options framework for DOCS - Trim Makefile headers PR: ports/173941 Submitted by: Matthew Donovan <kitche@kitchetech.com> (maintainer) Feature safe: yes
11 lines
441 B
Text
11 lines
441 B
Text
--- Makefile.orig 2012-11-02 20:09:49.000000000 +0100
|
|
+++ Makefile 2012-11-26 21:33:04.882099791 +0100
|
|
@@ -50,7 +50,7 @@
|
|
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
|
|
@echo If things do not seem to work, be sure that there is no \
|
|
floating st terminfo in the .terminfo directory in your home dir.
|
|
- @tic -s st.info
|
|
+ @tic -s -o ${LOCALBASE}/share/misc st.info
|
|
|
|
uninstall:
|
|
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|