diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-15 01:29:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-15 01:29:23 +0800 |
commit | 62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91 (patch) | |
tree | 7ebdbe91ebc454053a1fcd139e42cf4c0d41b34d /x11 | |
parent | dfbbf172f95ae687e3fa8292017ac4a7efa05474 (diff) | |
download | marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar.gz marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar.bz2 marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar.lz marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar.xz marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.tar.zst marcuscom-ports-62586c41150d7d1f1eaf617a1ae8ef4ab2c79d91.zip |
Make sure gdialog gets regenerated with the correct perl path.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19874 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 70f4717b0..54314d91e 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -30,4 +30,7 @@ OPTIONS_DEFAULT=NOTIFY NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify NOTIFY_CONFIGURE_ENABLE=libnotify +post-patch: + @${RM} ${WRKSRC}/src/gdialog + .include <bsd.port.mk> |