mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix leftover examples directory.
- Bump PORTREVISION Reported by: QAT
This commit is contained in:
parent
79876fb545
commit
084eb845b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231013
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= ikiwiki
|
||||
PORTVERSION= 3.08
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} \
|
||||
http://kitenet.net/~joey/debian/unstable/
|
||||
@ -88,8 +89,11 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e '/w3m/d' -e '/W3M/d' ${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
.if defined(NOPORTEXAMPLES)
|
||||
${MV} ${WRKSRC}/doc/examples ${WRKSRC}/doc/examples.not_installed
|
||||
${MKDIR} ${WRKSRC}/doc/examples
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|\(install -d ${EXAMPLESDIR}\)|#\1|' \
|
||||
-e 's|\(cp -aL doc/examples\)|#\1|' \
|
||||
-e 's|\(install -m 644 doc/examples\)|#\1|' \
|
||||
${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user