summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomecontrolcenter2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-18 16:27:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-18 16:27:30 +0800
commit0a6c43ca24904a83292c179b212b67881fe755b9 (patch)
tree4c8fafd0cd849121a7b4479c3bf990a7a9407db4 /sysutils/gnomecontrolcenter2
parent34bdefea55f2c030652032102fbbb2f683b6edb3 (diff)
downloadmarcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar.gz
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar.bz2
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar.lz
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar.xz
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.tar.zst
marcuscom-ports-0a6c43ca24904a83292c179b212b67881fe755b9.zip
Correct a typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3673 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomecontrolcenter2')
-rw-r--r--sysutils/gnomecontrolcenter2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile
index 9c572c953..30481b8de 100644
--- a/sysutils/gnomecontrolcenter2/Makefile
+++ b/sysutils/gnomecontrolcenter2/Makefile
@@ -42,6 +42,6 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
@${REINPLACE_CMD} -e 's|mozilla-thunderbird|thunderbird|g' \
- ${WKRSRC}/capplets/default-applications/gnome-default-applications-properties-structs.c
+ ${WRKSRC}/capplets/default-applications/gnome-default-applications-properties-structs.c
.include <bsd.port.mk>