aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-10-14 02:16:05 +0800
committertobez <tobez@FreeBSD.org>2005-10-14 02:16:05 +0800
commit2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3 (patch)
treea9e2794b5473defbe2c92337999731b63aede8fb /textproc
parent51659a297411859d24022451b0db9e785b9a119d (diff)
downloadfreebsd-ports-gnome-2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3.tar.gz
freebsd-ports-gnome-2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3.tar.zst
freebsd-ports-gnome-2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3.zip
Use PLIST_FILES, save an inode.
Nudged by: vs
Diffstat (limited to 'textproc')
-rw-r--r--textproc/markdown/Makefile2
-rw-r--r--textproc/markdown/pkg-plist1
2 files changed, 2 insertions, 1 deletions
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