diff options
author | petef <petef@FreeBSD.org> | 2001-08-30 04:49:12 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-30 04:49:12 +0000 |
commit | 4f4b05a2cc9b5aec89123b25a1baebb8ffb43e1e (patch) | |
tree | 07c04acc1c2eab95344c5af5dd0d0fd8decb82cf | |
parent | ed949dc01f72bd88915e78af427524f8814c281f (diff) | |
download | FreeBSD-ports-4f4b05a2cc9b5aec89123b25a1baebb8ffb43e1e.zip FreeBSD-ports-4f4b05a2cc9b5aec89123b25a1baebb8ffb43e1e.tar.gz |
- add NOPORTDOCS support to pkg-plist
- use ${INSTALL_DATA} for docs, not ${INSTALL_MAN}
- maintainer should be grog@FreeBSD.org, not just 'grog'
PR: 28755
Submitted by: Patrick Li <pat@databits.net>
Approved by: maintainer
-rw-r--r-- | cad/sceptre/Makefile | 6 | ||||
-rw-r--r-- | cad/sceptre/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index ebda0cc..8b7c34a 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 00.317 CATEGORIES= cad MASTER_SITES= ftp://novilux.fh-friedberg.de/pub/sceptre/ -MAINTAINER= grog +MAINTAINER= grog@FreeBSD.org BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77 @@ -19,8 +19,8 @@ NO_WRKSUBDIR= YES post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sceptre - ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf - ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf + ${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf + ${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf .endif .include <bsd.port.mk> diff --git a/cad/sceptre/pkg-plist b/cad/sceptre/pkg-plist index c593c6e..eb55af1 100644 --- a/cad/sceptre/pkg-plist +++ b/cad/sceptre/pkg-plist @@ -10,6 +10,6 @@ lib/libx2.a lib/libx3.a lib/usrlib.a lib/modellib.dat -share/doc/sceptre/doc_en.pdf -share/doc/sceptre/doc_ger.pdf -@dirrm share/doc/sceptre +%%PORTDOCS%%share/doc/sceptre/doc_en.pdf +%%PORTDOCS%%share/doc/sceptre/doc_ger.pdf +%%PORTDOCS%%@dirrm share/doc/sceptre |