From 2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3 Mon Sep 17 00:00:00 2001 From: tobez Date: Thu, 13 Oct 2005 18:16:05 +0000 Subject: Use PLIST_FILES, save an inode. Nudged by: vs --- textproc/markdown/Makefile | 2 ++ textproc/markdown/pkg-plist | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 textproc/markdown/pkg-plist (limited to 'textproc/markdown') diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index 073143675712..0e7ce49dbb95 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -25,6 +25,8 @@ NO_BUILD= yes PORTDOCS= License.text Markdown-Readme.text .endif +PLIST_FILES= bin/markdown + post-patch: ${PERL} -pi -e "s#/usr/bin/perl#${PERL}#" ${WRKSRC}/Markdown.pl diff --git a/textproc/markdown/pkg-plist b/textproc/markdown/pkg-plist deleted file mode 100644 index cde96a02fbe0..000000000000 --- a/textproc/markdown/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/markdown -- cgit