diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-16 15:37:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-16 15:37:59 +0800 |
commit | afba0fe380da46ebdcc2c086ad0af0e85501fee6 (patch) | |
tree | 244202cc20046023e7850967659c550a12cbdab0 /x11 | |
parent | 231d7d96ba7fadd84f28929f46829c18c3942150 (diff) | |
download | marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar.gz marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar.bz2 marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar.lz marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar.xz marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.tar.zst marcuscom-ports-afba0fe380da46ebdcc2c086ad0af0e85501fee6.zip |
Fix dtd location don't use the authors home dir.
Obtained from: upstream
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15825 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp3/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile index aae788e62..283ac03a1 100644 --- a/x11/yelp3/Makefile +++ b/x11/yelp3/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp3/Makefile,v 1.10 2011/04/06 05:45:38 kwm Exp $ +# $MCom: ports/x11/yelp3/Makefile,v 1.11 2011/04/11 07:15:55 kwm Exp $ # PORTNAME= yelp PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -52,4 +53,8 @@ CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \ LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif +post-patch: + @${REINPLACE_CMD} -e 's|/home/shaunm/Projects/yelp/data/dtd|${PREFIX}/share/yelp/dtd|g' \ + ${WRKSRC}/data/dtd/catalog + .include <bsd.port.post.mk> |