aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnome-pty-helper/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-08-05 19:13:24 +0000
commitd129587b5d568b0ff5300386f1e1b706c349f38e (patch)
treee398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /x11-toolkits/gnome-pty-helper/Makefile
parentc13de12f75988e599e389d9c77ed92db8d927185 (diff)
downloadports-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.gz
ports-d129587b5d568b0ff5300386f1e1b706c349f38e.zip
Notes
Diffstat (limited to 'x11-toolkits/gnome-pty-helper/Makefile')
-rw-r--r--x11-toolkits/gnome-pty-helper/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile
index 3873e93d51ef..c34738dad5b5 100644
--- a/x11-toolkits/gnome-pty-helper/Makefile
+++ b/x11-toolkits/gnome-pty-helper/Makefile
@@ -11,13 +11,13 @@ COMMENT= utmp/wtmp/lastlog helper program for the vte Terminal widget
VTE3_SLAVE= yes
MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3
-WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
-PATCHDIR= ${.CURDIR}/files
+CONFIGURE_WRKSRC= ${WRKSRC}/gnome-pty-helper
+BUILD_WRKSRC= ${WRKSRC}/gnome-pty-helper
+INSTALL_WRKSRC= ${WRKSRC}/gnome-pty-helper
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gnomeprefix
CONFIGURE_ARGS= # empty
-PATCH_STRIP= -p1
-EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \
- ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
+#PATCH_STRIP= -p1
+#EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
.include "${MASTERDIR}/Makefile"