aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
commitda92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch)
tree5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /textproc/gsed/Makefile
parentd52e405574443d85e84f0d5eeed878aaca7accb2 (diff)
downloadports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.tar.gz
ports-da92dce43f7f4b5c90b2b1d3d0315d6e5672640a.zip
Notes
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index c5d6426984a8..2942e28926aa 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -27,11 +27,11 @@ MAN1= gsed.1
# Local variables
PATCH_SUBDIRS= . doc lib sed
-DATADIR= ${TARGETDIR}/share/${PKGBASE}
+DATADIR= ${PREFIX}/share/${PKGBASE}
SAMP_FILES= binary*.sed dc.sed
-EXAMPLESDIR= ${TARGETDIR}/share/examples/${PKGBASE}
+EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
PORTDOCS= AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS
-DOCSDIR= ${TARGETDIR}/share/doc/${PKGBASE}
+DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
.include <bsd.port.pre.mk>