diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-03-30 19:22:00 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-03-30 19:22:00 +0000 |
commit | 5532f338edc877a61591142d7d7ac7545a2e1e6a (patch) | |
tree | 4e979a80ce37cd5657de1a3fa5733f2c616d0899 /textproc/resume | |
parent | e18fa31ddb8c65ff14aea18a087766f031fbaba1 (diff) | |
download | ports-5532f338edc877a61591142d7d7ac7545a2e1e6a.tar.gz ports-5532f338edc877a61591142d7d7ac7545a2e1e6a.zip |
Notes
Diffstat (limited to 'textproc/resume')
-rw-r--r-- | textproc/resume/Makefile | 13 | ||||
-rw-r--r-- | textproc/resume/pkg-descr | 3 |
2 files changed, 7 insertions, 9 deletions
diff --git a/textproc/resume/Makefile b/textproc/resume/Makefile index 785b9e05bcd3..bae2c1643b47 100644 --- a/textproc/resume/Makefile +++ b/textproc/resume/Makefile @@ -13,13 +13,13 @@ MASTER_SITE_SUBDIR= xmlresume DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= XML Resume library -NO_BUILD= yes USE_REINPLACE= yes - -JAVALIBDIR= ${PREFIX}/share/java/classes +NO_BUILD= yes +JAVAJARDIR= ${PREFIX}/share/java/classes +PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: ${REINPLACE_CMD} -e 's|\.\./\.\./css|css|' ${WRKSRC}/xsl/params.xsl @@ -31,8 +31,7 @@ do-install: ${MKDIR} ${PREFIX}/share/xsl/${PORTNAME} ${CP} -R ${WRKSRC}/xsl/* ${PREFIX}/share/xsl/${PORTNAME} ${CP} -R ${WRKSRC}/css ${PREFIX}/share/xsl/${PORTNAME}/format - ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${WRKSRC}/java/*.jar ${JAVALIBDIR} + ${INSTALL_DATA} ${WRKSRC}/java/*.jar ${JAVAJARDIR} post-install: ${MKDIR} ${EXAMPLESDIR} @@ -41,5 +40,7 @@ post-install: ${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} .endif + ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" pkg-message >${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/textproc/resume/pkg-descr b/textproc/resume/pkg-descr index 4389786344bf..a9bd2db6aeac 100644 --- a/textproc/resume/pkg-descr +++ b/textproc/resume/pkg-descr @@ -3,6 +3,3 @@ Extensible Stylesheet Language (XSL) file set for declaration, B2B exchange, and presentation of resumes. WWW: http://xmlresume.sourceforge.net/ - -- Kimura Fuyuki -fuyuki@hadaly.org |