diff options
Diffstat (limited to 'news/cleanscore')
-rw-r--r-- | news/cleanscore/Makefile | 3 | ||||
-rw-r--r-- | news/cleanscore/pkg-plist | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/news/cleanscore/Makefile b/news/cleanscore/Makefile index 6c97291..612fd53 100644 --- a/news/cleanscore/Makefile +++ b/news/cleanscore/Makefile @@ -16,6 +16,9 @@ COMMENT= A perl script to clean up your slrn score file USE_PERL5= yes NO_BUILD= yes +PORTDOCS= README +PLIST_FILES= bin/cleanscore + post-patch: @${PERL} -pi -e 's|^use warnings|#use warnings|g ; \ s|^our |my |g' ${WRKSRC}/cleanscore diff --git a/news/cleanscore/pkg-plist b/news/cleanscore/pkg-plist deleted file mode 100644 index 490d9e7..0000000 --- a/news/cleanscore/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/cleanscore -%%PORTDOCS%%share/doc/cleanscore/README -%%PORTDOCS%%@dirrm share/doc/cleanscore |