aboutsummaryrefslogtreecommitdiff
path: root/x11/setlayout
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 07:27:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-28 07:27:04 +0000
commit5d9e1ffc59aa2e142c62292af9d1b31acb3ac397 (patch)
treea6c5498b940bb7dd4d8910c84210bb28b8be5c7c /x11/setlayout
parent1fc2155a2aaaab563be4edad5ec5442278861083 (diff)
Notes
Diffstat (limited to 'x11/setlayout')
-rw-r--r--x11/setlayout/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/setlayout/Makefile b/x11/setlayout/Makefile
index ef72688e7a31..3adf37e5c9b4 100644
--- a/x11/setlayout/Makefile
+++ b/x11/setlayout/Makefile
@@ -16,17 +16,14 @@ USE_XORG= x11
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
do-extract:
- ${MKDIR} ${WRKSRC}
+ @${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} `pkg-config --cflags --libs x11` ${DISTFILES}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>