diff options
author | tobez <tobez@FreeBSD.org> | 2005-10-13 18:16:05 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-10-13 18:16:05 +0000 |
commit | 2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3 (patch) | |
tree | a9e2794b5473defbe2c92337999731b63aede8fb /textproc/markdown | |
parent | 51659a297411859d24022451b0db9e785b9a119d (diff) | |
download | FreeBSD-ports-2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3.zip FreeBSD-ports-2b4b6d1f1729f721d7f35ea16e3e2c5b097437c3.tar.gz |
Use PLIST_FILES, save an inode.
Nudged by: vs
Diffstat (limited to 'textproc/markdown')
-rw-r--r-- | textproc/markdown/Makefile | 2 | ||||
-rw-r--r-- | textproc/markdown/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index 0731436..0e7ce49 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 cde96a0..0000000 --- a/textproc/markdown/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/markdown |