aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome-desktop/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-06 03:13:38 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-06 03:13:38 +0000
commitf235bb6de15f274bde7ed189957b4cf1bf52bcec (patch)
tree968427bb48b7f71b129e5f0d692638575b8b720d /x11-toolkits/py-gnome-desktop/Makefile
parentb10ddbdd64f5a988cf5862ac5addb1e6f7cabb98 (diff)
downloadports-f235bb6de15f274bde7ed189957b4cf1bf52bcec.tar.gz
ports-f235bb6de15f274bde7ed189957b4cf1bf52bcec.zip
-Change from EG_DST_DIR to EXAMPLESDIR.
-Use EXAMPLESDIR in plist.
Notes
Notes: svn path=/head/; revision=164558
Diffstat (limited to 'x11-toolkits/py-gnome-desktop/Makefile')
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
index fcac446ac174..b9fb33d21767 100644
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ b/x11-toolkits/py-gnome-desktop/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
EG_SRC_DIR= ${WRKSRC}/examples
-EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
+EXAMPLESDIR= ${PREFIX}/share/examples/py-gnome
.if !defined(NOPORTDOCS)
DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop
.else
@@ -48,9 +48,9 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
- ${MKDIR} ${EG_DST_DIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
+ ${MKDIR} ${EXAMPLESDIR}
+ ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf -
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>