summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-11-14 15:23:02 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-11-14 15:23:02 +0000
commit65fd337d72bf768ec35411351f17bc7ebeb550b9 (patch)
treeb8e58aaf35b3396f35a8228fd1342da4df3277aa
parentDocument mt-daapd -- denial of service vulnerability, also (diff)
- s/GNUStep.sh/GNUstep.sh/ on install-user: and deinstall-user:
PR: ports/117566 Submitted by: garga Approved by: portmgr (linimon), maintainer timeout (18 days)
Notes
Notes: svn path=/head/; revision=202706
-rw-r--r--x11-themes/camaelon-nesedah/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/camaelon-nesedah/Makefile b/x11-themes/camaelon-nesedah/Makefile
index f4c84cc798f4..93ccb2ccbb5d 100644
--- a/x11-themes/camaelon-nesedah/Makefile
+++ b/x11-themes/camaelon-nesedah/Makefile
@@ -39,9 +39,9 @@ post-install:
@${ECHO_MSG}
install-user:
- @(. ${SYSMAKEDIR}/GNUStep.sh && defaults write Camaelon Theme Nesedah)
+ @(. ${SYSMAKEDIR}/GNUstep.sh && defaults write Camaelon Theme Nesedah)
deinstall-user:
- @(. ${SYSMAKEDIR}/GNUStep.sh && defaults delete Camaelon Theme)
+ @(. ${SYSMAKEDIR}/GNUstep.sh && defaults delete Camaelon Theme)
.include <bsd.port.post.mk>