diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-07 23:46:33 +0000 |
commit | ff21f59f9fc122a8cba781cd7d8c424e88df792f (patch) | |
tree | 060ec5151c4c0bd938947631351e7e5e4cf5e6fe /graphics/linplasma | |
parent | ea4fdc0262b321f66a6890de0e9d10121ffe6718 (diff) |
Remove USE_REINPLACE for categories starting with a G
Notes
Notes:
svn path=/head/; revision=161663
Diffstat (limited to 'graphics/linplasma')
-rw-r--r-- | graphics/linplasma/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile index 3b0b943ee30b..53a6813d43ce 100644 --- a/graphics/linplasma/Makefile +++ b/graphics/linplasma/Makefile @@ -22,7 +22,6 @@ DOCDIR= share/doc/${PORTNAME}/ ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/${PORTNAME} -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile |