diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-13 18:16:05 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-13 18:16:05 +0000 |
commit | c3fb41ffd7a951a443ca45c320e09b6be3b63b0d (patch) | |
tree | d6342147cfb2a7ac21dfd312c918d16147a6ff10 /textproc | |
parent | 38e17d36fc99c21a2a727e8a8f84cd4472196100 (diff) |
Notes
Diffstat (limited to 'textproc')
-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 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 |