diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-06 07:43:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-06 07:43:13 +0800 |
commit | db413244c100322f6d3f1e786bfc25cd5faf1a45 (patch) | |
tree | 2882387616c92b6edb047d960dfb306df707aa23 /net | |
parent | 4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |