1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Removed cruft introduced in the last commit

Reported by:	culot@
This commit is contained in:
Baptiste Daroussin 2011-05-02 07:28:28 +00:00
parent 3f62e8b9ee
commit 3fb96938cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273452

View File

@ -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>