Index: head/cad/sceptre/pkg-message =================================================================== --- head/cad/sceptre/pkg-message (revision 235528) +++ head/cad/sceptre/pkg-message (nonexistent) @@ -1,3 +0,0 @@ -This package does not include online documentation. You will find PDF -documents in English and German in the directory -/usr/local/share/doc/sceptre. Property changes on: head/cad/sceptre/pkg-message ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/cad/sceptre/Makefile =================================================================== --- head/cad/sceptre/Makefile (revision 235528) +++ head/cad/sceptre/Makefile (revision 235529) @@ -1,34 +1,42 @@ # New ports collection makefile for: sceptre # Date created: 11 February 2001 # Whom: grog # # $FreeBSD$ # PORTNAME= sceptre PORTVERSION= 00.317 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= maho@FreeBSD.org COMMENT= SCEPTRE is a general purpose circuit analysis program +.if !defined(NOPORTDOCS) +SUB_FILES+= pkg-message +.endif + .include USE_FORTRAN= g77 FFLAGS+= -fno-automatic -O .if ${ARCH} == "sparc64" BROKEN= Internal compiler error .endif NO_WRKSUBDIR= YES +post-extract: + @${REINPLACE_CMD} 's,INSTDIR = /usr/local,INSTDIR = ${PREFIX},' \ + ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/sceptre - ${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 + ${INSTALL} -o ${DOCOWN} -g ${DOCGRP} -m 555 -d ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR} + @${CAT} ${PKGMESSAGE} .endif .include Property changes on: head/cad/sceptre/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/cad/sceptre/files/pkg-message.in =================================================================== --- head/cad/sceptre/files/pkg-message.in (nonexistent) +++ head/cad/sceptre/files/pkg-message.in (revision 235529) @@ -0,0 +1,7 @@ + +====================================================================== +This package does not include online documentation. You will find PDF +documents in English and German in the directory +%%DOCSDIR%% +====================================================================== + Property changes on: head/cad/sceptre/files/pkg-message.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property