aboutsummaryrefslogtreecommitdiff
path: root/devel/dotconf
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
commitec7b561464bf844cc65b843d4f531945aa1d09fc (patch)
treeacf3f96eca894e3e032f914d0b0e69216c46a7ae /devel/dotconf
parent0802ab78d38d28b4df1862bd943c1dd923e073f5 (diff)
downloadports-ec7b561464bf844cc65b843d4f531945aa1d09fc.tar.gz
ports-ec7b561464bf844cc65b843d4f531945aa1d09fc.zip
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Notes
Notes: svn path=/head/; revision=45011
Diffstat (limited to 'devel/dotconf')
-rw-r--r--devel/dotconf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile
index e5bab9018f8f..8d0f969a6ee3 100644
--- a/devel/dotconf/Makefile
+++ b/devel/dotconf/Makefile
@@ -19,12 +19,12 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-install:
- ${MKDIR} ${PREFIX}/share/${PORTNAME}
+ ${MKDIR} ${DATADIR}
.if !defined(NOPORTDOCS)
.for f in dotconf-api.txt dotconf-features.txt
- @${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/doc/$f ${DATADIR}
.endfor
.endif
- ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/${PORTNAME}
+ ${CP} -R ${WRKSRC}/examples ${DATADIR}
.include <bsd.port.mk>