diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 13:54:22 +0000 |
commit | ec7b561464bf844cc65b843d4f531945aa1d09fc (patch) | |
tree | acf3f96eca894e3e032f914d0b0e69216c46a7ae /irc/infobot | |
parent | 0802ab78d38d28b4df1862bd943c1dd923e073f5 (diff) | |
download | ports-ec7b561464bf844cc65b843d4f531945aa1d09fc.tar.gz ports-ec7b561464bf844cc65b843d4f531945aa1d09fc.zip |
Notes
Diffstat (limited to 'irc/infobot')
-rw-r--r-- | irc/infobot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index c878b79951f1..42cb7353f337 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -21,9 +21,9 @@ NO_BUILD= yes PLIST_SUB+= VERSION="${PORTVERSION}" do-install: - @if [ ! -d ${PREFIX}/share/${DISTNAME} ]; then \ - ${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}; \ + @if [ ! -d ${DATADIR}-${PORTVERSION} ]; then \ + ${MKDIR} ${DATADIR}-${PORTVERSION}; \ fi - ${CP} -R ${WRKSRC}/* ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/ + ${CP} -R ${WRKSRC}/* ${DATADIR}-${PORTVERSION}/ .include <bsd.port.mk> |