mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Fix plist with -DNOPORTDOCS.
Submitted by: QAT Approved by: mentor (itetcu@)
This commit is contained in:
parent
79e531445b
commit
56801ec952
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243941
@ -31,7 +31,7 @@ post-patch:
|
|||||||
${WRKSRC}/doc/programming/insert.pl
|
${WRKSRC}/doc/programming/insert.pl
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
.for dirs in ${ROOTDIRS}
|
.for dirs in ${ROOTDIRS}
|
||||||
@${MKDIR} ${DOCSDIR}/${dirs}
|
@${MKDIR} ${DOCSDIR}/${dirs}
|
||||||
.endfor
|
.endfor
|
||||||
@ -45,6 +45,10 @@ post-install:
|
|||||||
${DOCSDIR}/programming
|
${DOCSDIR}/programming
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/programming/parts/*.html \
|
@${INSTALL_DATA} ${WRKSRC}/doc/programming/parts/*.html \
|
||||||
${DOCSDIR}/programming/parts
|
${DOCSDIR}/programming/parts
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/doc/*.html \
|
||||||
|
${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/doc/*.gif \
|
||||||
|
${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,13 +1,35 @@
|
|||||||
--- Makefile.orig Thu Aug 5 09:41:03 2004
|
--- Makefile.orig 2009-11-03 23:04:22.000000000 -0200
|
||||||
+++ Makefile Tue Jan 11 15:57:25 2005
|
+++ Makefile 2009-11-03 23:06:57.000000000 -0200
|
||||||
@@ -31,8 +31,8 @@
|
@@ -5,7 +5,7 @@
|
||||||
cd doc; $(MAKE) install
|
PWD=$(shell pwd)
|
||||||
|
|
||||||
|
.PHONY: all testprogs clean rebuild install-libs install-includes install-bin \
|
||||||
|
- install-doc install-pc install uninstall unconfig distclean slackware
|
||||||
|
+ install-pc install uninstall unconfig distclean slackware
|
||||||
|
|
||||||
|
all:
|
||||||
|
cd src; $(MAKE) all
|
||||||
|
@@ -30,20 +30,16 @@
|
||||||
|
install-bin:
|
||||||
|
cd bin; $(MAKE) install
|
||||||
|
|
||||||
|
-install-doc:
|
||||||
|
- cd doc; $(MAKE) install
|
||||||
|
-
|
||||||
install-pc:
|
install-pc:
|
||||||
- $(MKINSTALLDIRS) $(libdir)/pkgconfig
|
- $(MKINSTALLDIRS) $(libdir)/pkgconfig
|
||||||
- $(INSTALL) -m 0644 rudiments.pc $(libdir)/pkgconfig/rudiments.pc
|
- $(INSTALL) -m 0644 rudiments.pc $(libdir)/pkgconfig/rudiments.pc
|
||||||
+ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
|
+ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
|
||||||
+ $(INSTALL) -m 0644 rudiments.pc $(prefix)/libdata/pkgconfig/rudiments.pc
|
+ $(INSTALL) -m 0644 rudiments.pc $(prefix)/libdata/pkgconfig/rudiments.pc
|
||||||
|
|
||||||
install: install-libs install-includes install-bin install-doc install-pc
|
-install: install-libs install-includes install-bin install-doc install-pc
|
||||||
|
+install: install-libs install-includes install-bin install-pc
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
cd src; $(MAKE) uninstall
|
||||||
|
cd include; $(MAKE) uninstall
|
||||||
|
cd bin; $(MAKE) uninstall
|
||||||
|
- cd doc; $(MAKE) uninstall
|
||||||
|
$(RM) $(libdir)/pkgconfig/rudiments.pc
|
||||||
|
|
||||||
|
unconfig: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user