- 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)
This commit is contained in:
Renato Botelho 2007-11-14 15:23:02 +00:00
parent 843e669bf0
commit 65fd337d72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202706

View file

@ -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>