aboutsummaryrefslogtreecommitdiff
path: root/graphics/telak
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:17:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:17:10 +0000
commitff6f962ef0273052714ef80fc8aca9443a9362da (patch)
tree5fe4dbd877bfaac64e8eb36833d1610204d98c9b /graphics/telak
parented0fdb020abee50e793ab0f8b866414af56acb67 (diff)
downloadports-ff6f962ef0273052714ef80fc8aca9443a9362da.tar.gz
ports-ff6f962ef0273052714ef80fc8aca9443a9362da.zip
Notes
Diffstat (limited to 'graphics/telak')
-rw-r--r--graphics/telak/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile
index 1176c362243e..bb2be969692d 100644
--- a/graphics/telak/Makefile
+++ b/graphics/telak/Makefile
@@ -21,13 +21,11 @@ USE_EFL= imlib2
ALL_TARGET= ${PORTNAME}
-PLIST_FILES= bin/telak
-MAN1= telak.1
+PLIST_FILES= bin/telak man/man1/telak.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
post-install:
@${CAT} ${PKGMESSAGE}