diff options
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 9c572c953..30481b8de 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/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> 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> |