freebsd-ports/misc/kdehier4/Makefile
Michael Nottebrock e64bb283a7 Add ${PREFIX}/share/locale/en_US to the list of directories owned by this.
For some reason pointyhat started to complain about that directory recently.
2006-07-15 10:13:00 +00:00

31 lines
597 B
Makefile

# New ports collection makefile for: kdehier
# Date created: 4 May 2003
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
PORTNAME= kdehier
PORTVERSION= 1.0
PORTREVISION= 10
CATEGORIES= misc kde
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= kde@FreeBSD.org
COMMENT= Utility port which installs a hierarchy of shared KDE directories
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-fetch:
@${DO_NADA}
do-install:
@for dir in `${GREP} -v "^@comment" ${FILESDIR}/dirlist`; \
do \
${MKDIR} ${PREFIX}/$${dir}; \
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
done
.include <bsd.port.mk>