aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xanim
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-11-29 19:56:51 +0000
commit071c101b9bb2f271c2593fdb7916b8423fe49354 (patch)
tree992a6bea2e72e0fa1f76e1a09ec36854d6224498 /multimedia/xanim
parent033f7347f80266e9e01663ffe8a1a6ffb2dc71c8 (diff)
downloadports-071c101b9bb2f271c2593fdb7916b8423fe49354.tar.gz
ports-071c101b9bb2f271c2593fdb7916b8423fe49354.zip
- use STAGEDIR
Notes
Notes: svn path=/head/; revision=335217
Diffstat (limited to 'multimedia/xanim')
-rw-r--r--multimedia/xanim/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile
index 3e5e9b646b22..a93e243c7841 100644
--- a/multimedia/xanim/Makefile
+++ b/multimedia/xanim/Makefile
@@ -16,18 +16,16 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Play most popular animation formats and show pictures
NO_CDROM= redistributed without fee
-NO_STAGE= yes
+#NO_STAGE= yes
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
USES= imake
USE_GCC= any
USE_XORG= xext xt sm ice xext x11
-MAN1= xanim.1
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
DLLDIR= ${PREFIX}/lib/X11/xanim
-PLIST_FILES+= bin/xanim
-NO_CDROM= without fee
+PLIST_FILES+= bin/xanim man/man1/xanim.1.gz
post-extract:
${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC}
@@ -56,9 +54,9 @@ PLIST_FILES+= lib/X11/xanim/cvid.readme lib/X11/xanim/cyuv.readme \
PLIST_DIRS+= lib/X11/xanim
post-install:
- @${MKDIR} ${DLLDIR}
- ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR}
- ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR}
+ ${MKDIR} ${STAGEDIR}${DLLDIR}
+ ${INSTALL_DATA} ${WRKDIR}/*.readme ${STAGEDIR}${DLLDIR}/
+ ${INSTALL_DATA} ${WRKDIR}/*.xa ${STAGEDIR}${DLLDIR}/
.endif
.include <bsd.port.post.mk>