aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 19:36:17 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 19:36:17 +0000
commit6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9 (patch)
tree9f45e47e20fb9cbd991f1b5abab659c5a1da04d9 /x11-clocks
parent632ef7974391d4d21477a1731cef2eda2c06b66f (diff)
downloadports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.tar.gz
ports-6ec317a3bdb2172d9a6e17905ffe36000bf5b6f9.zip
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/lmclock/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-clocks/lmclock/Makefile b/x11-clocks/lmclock/Makefile
index 7649c2a3243e..3b36972a3a70 100644
--- a/x11-clocks/lmclock/Makefile
+++ b/x11-clocks/lmclock/Makefile
@@ -15,11 +15,10 @@ USE_XORG= x11 xext
PLIST_FILES= bin/lmclock
-NO_STAGE= yes
post-extract:
@${TOUCH} ${WRKSRC}/lmclock.man
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>