summaryrefslogtreecommitdiffstats
path: root/devel/dotconf
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
committersobomax <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
commit1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a (patch)
treecfd6e21c18881279da5bd12975849568e01c0dcb /devel/dotconf
parent04e349593148d329874b32ea7bec7c84827ee18a (diff)
downloadFreeBSD-ports-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.zip
FreeBSD-ports-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.gz
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
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 e5bab90..8d0f969 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>
OpenPOWER on IntegriCloud