aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-01-06 07:43:13 +0800
committerdinoex <dinoex@FreeBSD.org>2002-01-06 07:43:13 +0800
commitdb413244c100322f6d3f1e786bfc25cd5faf1a45 (patch)
tree2882387616c92b6edb047d960dfb306df707aa23 /net
parent4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff)
downloadfreebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.gz
freebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.zst
freebsd-ports-gnome-db413244c100322f6d3f1e786bfc25cd5faf1a45.zip
- make portlint happier
- use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail
Diffstat (limited to 'net')
-rw-r--r--net/crescendo/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
index fd873f7c3b36..010232eb3152 100644
--- a/net/crescendo/Makefile
+++ b/net/crescendo/Makefile
@@ -24,9 +24,7 @@ CONFIGURE_ARGS+= --enable-compile-warnings=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CFLAGS+= -g
-PLIST_SUB= DOCDIR=${DOCDIR}
-
-DOCDIR= share/doc/${PORTNAME}
+PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
@@ -35,10 +33,10 @@ pre-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${DOCDIR}
+ ${MKDIR} ${DOCSDIR}
.for file in AUTHORS COPYING ChangeLog HACKING INSTALL NEWS \
README README.BINARY TODO
- ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
.endfor
.endif