pkgsrc/multimedia/mpeg4ip/patches/patch-ai
rillig a138d18135 Removed api.mpt from the PLIST, since it has probably never been
intended to have this file in an installed package. It also conflicted
with pkgsrc's manual page handling, since it does not have a well-known
file extension.
2007-01-05 19:35:46 +00:00

24 lines
501 B
Text

$NetBSD: patch-ai,v 1.1 2007/01/05 19:35:46 rillig Exp $
Tags: for-upstream
--- doc/mp4v2/Makefile.am.orig 2003-02-06 20:15:04.000000000 +0100
+++ doc/mp4v2/Makefile.am 2007-01-05 18:20:54.000000000 +0100
@@ -1,5 +1,4 @@
-this_FILES = \
- api.mpt \
+man_MANS = \
MP4.3 \
MP4AddAudioTrack.3 \
MP4AddHintTrack.3 \
@@ -109,7 +108,6 @@ this_FILES = \
MP4WriteRtpHint.3 \
MP4WriteSample.3
-
-man_MANS = $(this_FILES)
-
-EXTRA_DIST = $(this_FILES)
+EXTRA_DIST = \
+ api.mpt \
+ $(this_FILES)