- 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:
parent
843e669bf0
commit
65fd337d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202706
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue