diff options
Diffstat (limited to 'cad/sceptre/Makefile')
-rw-r--r-- | cad/sceptre/Makefile | 6 |
1 files changed, 3 insertions, 3 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> |