aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xanim/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commitf0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch)
treeeb25a1bb38a1d88bc48792c4bc3007a7580d627d /multimedia/xanim/Makefile
parentba6b068aa93e1e77109a5097ab49356d65cc3e59 (diff)
downloadports-f0a1969d343f97cdb90a73adcff6a7a383fc9522.tar.gz
ports-f0a1969d343f97cdb90a73adcff6a7a383fc9522.zip
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Notes
Notes: svn path=/head/; revision=69808
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r--multimedia/xanim/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile
index 18a23ce8b454..104e2b09cca3 100644
--- a/multimedia/xanim/Makefile
+++ b/multimedia/xanim/Makefile
@@ -18,8 +18,6 @@ PATCHFILES= xanim-2801-to-2802-patch.gz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Play most popular animation formats and show pictures
-
.if (${MACHINE_ARCH} == "i386")
EXTRA_FILES= vid_cvid_2.1_freebsdELFx86.tgz \
vid_cyuv_1.0_freebsdELFx86.tgz \
@@ -42,7 +40,6 @@ PLIST_SUB+= CODECS="@comment "
USE_IMAKE= yes
MAN1= xanim.1
-
MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines
post-extract:
@@ -55,5 +52,4 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR}
.endif
-
.include <bsd.port.mk>