aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gnomehier
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-01-19 07:41:06 +0800
committeradamw <adamw@FreeBSD.org>2004-01-19 07:41:06 +0800
commit2e91b4fbeca53766e6d2d93e50b685fe5271274f (patch)
tree0a7748f4bf48cfde92edb9c42425e27450869193 /misc/gnomehier
parent6ffd669959fc105728831e1dc8a9ec767493e0ac (diff)
downloadfreebsd-ports-graphics-2e91b4fbeca53766e6d2d93e50b685fe5271274f.tar.gz
freebsd-ports-graphics-2e91b4fbeca53766e6d2d93e50b685fe5271274f.tar.zst
freebsd-ports-graphics-2e91b4fbeca53766e6d2d93e50b685fe5271274f.zip
Remove an extra / that was causing packaging problems.
PR: ports/61555 Submitted by: Tom Convery <tpc@tomfoo.com>
Diffstat (limited to 'misc/gnomehier')
-rw-r--r--misc/gnomehier/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile
index b3f0923a6f6..0e00fad19d3 100644
--- a/misc/gnomehier/Makefile
+++ b/misc/gnomehier/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomehier
PORTVERSION= 1.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= misc gnome
MASTER_SITES= # none
DISTFILES= # none
@@ -29,9 +29,9 @@ pre-install:
@${TOUCH} -f ${PLIST}
@${CAT} ${FILESDIR}/dirlist | sort | ${SED} -e \
's|$$|/.keep_me|' >> ${PLIST}
- @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \
+ @${ECHO_CMD} "etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml" \
>> ${PLIST}
- @${ECHO_CMD} "/etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \
+ @${ECHO_CMD} "etc/gconf/gconf.xml.defaults/apps/%gconf.xml" \
>> ${PLIST}
@${CAT} ${FILESDIR}/dirlist | sort -r | ${SED} -e \
's|^|@dirrm |' >> ${PLIST}