aboutsummaryrefslogtreecommitdiff
path: root/net/crescendo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-01-05 23:43:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-01-05 23:43:13 +0000
commit2025ba84eedefaef90a7e7d9eaee3f6f03181f8f (patch)
tree701fd40b4de20d4b4b0bb2d2c9b977933243c1a2 /net/crescendo
parent261b278d90f0f680d1cae2b44e765007a34d3ca0 (diff)
downloadports-2025ba84eedefaef90a7e7d9eaee3f6f03181f8f.tar.gz
ports-2025ba84eedefaef90a7e7d9eaee3f6f03181f8f.zip
Notes
Diffstat (limited to 'net/crescendo')
-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