diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /multimedia/xanim | |
parent | ba6b068aa93e1e77109a5097ab49356d65cc3e59 (diff) |
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')
-rw-r--r-- | multimedia/xanim/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xanim/pkg-comment | 1 |
2 files changed, 1 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> diff --git a/multimedia/xanim/pkg-comment b/multimedia/xanim/pkg-comment new file mode 100644 index 000000000000..87aeb554eb0e --- /dev/null +++ b/multimedia/xanim/pkg-comment @@ -0,0 +1 @@ +Play most popular animation formats and show pictures |