diff options
author | adamw <adamw@FreeBSD.org> | 2003-03-31 03:22:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-03-31 03:22:00 +0800 |
commit | 1aa6f528d50cc924e2c8099129d69d5268a3119a (patch) | |
tree | dab49c3ea580a8b273c5666539cc15cd3ffa0c04 /textproc/resume | |
parent | da9951014129467aff5a9cdc67d5fa042750d12e (diff) | |
download | freebsd-ports-gnome-1aa6f528d50cc924e2c8099129d69d5268a3119a.tar.gz freebsd-ports-gnome-1aa6f528d50cc924e2c8099129d69d5268a3119a.tar.zst freebsd-ports-gnome-1aa6f528d50cc924e2c8099129d69d5268a3119a.zip |
Maintainer drop.
Add a pkg-message that shows how to get results immediately.
PR: 50379
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
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 |