diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-11 00:48:51 +0800 |
commit | a882364f2403bc9d88e823745313b7de799bd176 (patch) | |
tree | dd5369640affc2ebaee3c07f6b9fa0a103a5c028 /multimedia/xanim/Makefile | |
parent | 3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff) | |
download | freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.gz freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.tar.zst freebsd-ports-gnome-a882364f2403bc9d88e823745313b7de799bd176.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)
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r-- | multimedia/xanim/Makefile | 4 |
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> |