View | Details | Raw Unified | Return to bug 28755
Collapse All | Expand All

(-)sceptre/Makefile (-3 / +3 lines)
Lines 10-16 Link Here
10
CATEGORIES=	cad
10
CATEGORIES=	cad
11
MASTER_SITES=	ftp://novilux.fh-friedberg.de/pub/sceptre/
11
MASTER_SITES=	ftp://novilux.fh-friedberg.de/pub/sceptre/
12
12
13
MAINTAINER=	grog
13
MAINTAINER=	grog@FreeBSD.org
14
14
15
BUILD_DEPENDS=	f77:${PORTSDIR}/lang/f77
15
BUILD_DEPENDS=	f77:${PORTSDIR}/lang/f77
16
16
Lines 19-26 Link Here
19
post-install:
19
post-install:
20
.if !defined(NOPORTDOCS)
20
.if !defined(NOPORTDOCS)
21
	  ${MKDIR} ${PREFIX}/share/doc/sceptre
21
	  ${MKDIR} ${PREFIX}/share/doc/sceptre
22
	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
22
	  ${INSTALL_DATA} ${WRKSRC}/doc/doc_en.pdf ${PREFIX}/share/doc/sceptre/doc_en.pdf
23
	  ${INSTALL_MAN} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
23
	  ${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
24
.endif
24
.endif
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)sceptre/pkg-plist (-3 / +3 lines)
Lines 10-15 Link Here
10
lib/libx3.a
10
lib/libx3.a
11
lib/usrlib.a
11
lib/usrlib.a
12
lib/modellib.dat
12
lib/modellib.dat
13
share/doc/sceptre/doc_en.pdf
13
%%PORTDOCS%%share/doc/sceptre/doc_en.pdf
14
share/doc/sceptre/doc_ger.pdf
14
%%PORTDOCS%%share/doc/sceptre/doc_ger.pdf
15
@dirrm share/doc/sceptre
15
%%PORTDOCS%%@dirrm share/doc/sceptre

Return to bug 28755