diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 15:41:05 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-22 15:41:05 +0000 |
commit | f0836bfc3879710d4f6c038a521248ba9a718d28 (patch) | |
tree | f0fe7719859bf1bb4abc6303be56860797e87b46 /news | |
parent | 2f17379b752b3a5f247de6de20a58b89348c2353 (diff) | |
download | ports-f0836bfc3879710d4f6c038a521248ba9a718d28.tar.gz ports-f0836bfc3879710d4f6c038a521248ba9a718d28.zip |
Notes
Diffstat (limited to 'news')
-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 6c97291499dc..612fd539b0df 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 490d9e728b73..000000000000 --- a/news/cleanscore/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/cleanscore -%%PORTDOCS%%share/doc/cleanscore/README -%%PORTDOCS%%@dirrm share/doc/cleanscore |