diff options
author | bapt <bapt@FreeBSD.org> | 2011-05-02 15:28:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-05-02 15:28:28 +0800 |
commit | ffb0a64c1914e315872b38b8b6ea65e67a562dab (patch) | |
tree | 618fc9289fe620ff107081963615da54c81f28aa /multimedia | |
parent | f8027c98a2b1355b520b6d15db57f43a0181f3dd (diff) | |
download | freebsd-ports-gnome-ffb0a64c1914e315872b38b8b6ea65e67a562dab.tar.gz freebsd-ports-gnome-ffb0a64c1914e315872b38b8b6ea65e67a562dab.tar.zst freebsd-ports-gnome-ffb0a64c1914e315872b38b8b6ea65e67a562dab.zip |
Removed cruft introduced in the last commit
Reported by: culot@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/linux-libtheora/Makefile~ | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/linux-libtheora/Makefile~ b/multimedia/linux-libtheora/Makefile~ deleted file mode 100644 index 2350ebc2c0a7..000000000000 --- a/multimedia/linux-libtheora/Makefile~ +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: linux-libtheora -# Date created: 17 September 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD: /tmp/pcvs/ports/multimedia/linux-libtheora/Attic/Makefile~,v 1.1 2011-05-02 07:21:03 bapt Exp $ -# - -PORTNAME= libtheora -DISTVERSION= 1.0alpha4-2 -PORTREVISION= 2 -CATEGORIES= multimedia linux - -MAINTAINER= ports@FreeBSD.org -COMMENT= Video codec - -DEPRECATED= deprecated please use linux-f[89]-libtheora -EXPIRATION_DATE= 2011-05-01 - -CONFLICTS= linux-f8-libtheora-[0-9]* linux-f10-libtheora-[0-9]* - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX_RPM= yes -LINUX_DIST_VER= 4 -USE_LDCONFIG= yes -AUTOMATIC_PLIST=yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - -post-extract: - @${RM} -rf ${WRKDIR}/usr/share - -.include <bsd.port.mk> |