mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Do not install hat-replated manpages.
PR: 39480 Submitted by: maintainer
This commit is contained in:
parent
8be886308b
commit
ae4d5efa50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61531
@ -16,7 +16,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
@ -32,8 +32,7 @@ CONFIGURE_ARGS+= --buildwith=ghc
|
||||
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs
|
||||
.endif
|
||||
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \
|
||||
hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
|
||||
|
11
devel/hat/files/patch-configure
Normal file
11
devel/hat/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Jun 18 20:21:59 2002
|
||||
+++ configure Tue Jun 18 20:24:20 2002
|
||||
@@ -748,7 +748,7 @@
|
||||
then mkdir -p $DESTDIR$MANDIR; echo ' (created)'
|
||||
else echo ' (exists)'
|
||||
fi
|
||||
- for file in man/*
|
||||
+ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1
|
||||
do
|
||||
echo " `basename $file` "
|
||||
cp $file $DESTDIR$MANDIR
|
@ -16,7 +16,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
@ -32,8 +32,7 @@ CONFIGURE_ARGS+= --buildwith=ghc
|
||||
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs
|
||||
.endif
|
||||
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \
|
||||
hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
|
||||
|
11
devel/hs-hat/files/patch-configure
Normal file
11
devel/hs-hat/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Jun 18 20:21:59 2002
|
||||
+++ configure Tue Jun 18 20:24:20 2002
|
||||
@@ -748,7 +748,7 @@
|
||||
then mkdir -p $DESTDIR$MANDIR; echo ' (created)'
|
||||
else echo ' (exists)'
|
||||
fi
|
||||
- for file in man/*
|
||||
+ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1
|
||||
do
|
||||
echo " `basename $file` "
|
||||
cp $file $DESTDIR$MANDIR
|
@ -16,7 +16,7 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
@ -32,8 +32,7 @@ CONFIGURE_ARGS+= --buildwith=ghc
|
||||
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs
|
||||
.endif
|
||||
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \
|
||||
hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1
|
||||
MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc
|
||||
|
11
lang/nhc98/files/patch-configure
Normal file
11
lang/nhc98/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Jun 18 20:21:59 2002
|
||||
+++ configure Tue Jun 18 20:24:20 2002
|
||||
@@ -748,7 +748,7 @@
|
||||
then mkdir -p $DESTDIR$MANDIR; echo ' (created)'
|
||||
else echo ' (exists)'
|
||||
fi
|
||||
- for file in man/*
|
||||
+ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1
|
||||
do
|
||||
echo " `basename $file` "
|
||||
cp $file $DESTDIR$MANDIR
|
Loading…
Reference in New Issue
Block a user