diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | a882364f2403bc9d88e823745313b7de799bd176 (patch) | |
tree | dd5369640affc2ebaee3c07f6b9fa0a103a5c028 /multimedia/xanim | |
parent | 3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff) | |
download | FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.zip FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.tar.gz |
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)
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 18a23ce..104e2b0 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 0000000..87aeb55 --- /dev/null +++ b/multimedia/xanim/pkg-comment @@ -0,0 +1 @@ +Play most popular animation formats and show pictures |