1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/gnomehier/Makefile
Joe Marcus Clarke b337a77e7e Remove a no longer needed file.
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-10-13 16:25:24 +00:00

37 lines
802 B
Makefile

# New ports collection makefile for: gnomehier
# Date created: 2 July 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomehier
PORTVERSION= 1.0
PORTREVISION= 10
CATEGORIES= misc gnome
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= gnome@FreeBSD.org
COMMENT= An utility port, installing hierarchy of common GNOME directories
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
do-fetch:
@${DO_NADA}
do-install:
@for dir in `${CAT} ${FILESDIR}/dirlist`; \
do \
${MKDIR} ${PREFIX}/$${dir}; \
${TOUCH} ${PREFIX}/$${dir}/.keep_me; \
done
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml
${TOUCH} -f ${PREFIX}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml
@${CHMOD} +x ${PREFIX}/etc/gdm/Sessions/.keep_me
.include <bsd.port.mk>