diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-04 15:40:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-04 15:40:42 +0000 |
commit | 400845d576cd69577165c908e14470315b8bbac2 (patch) | |
tree | 816ab5195fa6b80ae7ce18ddacc46cd918d4568f /textproc | |
parent | 6a3717567fe3d52c1f13e67b21c46594dd06079a (diff) | |
download | ports-400845d576cd69577165c908e14470315b8bbac2.tar.gz ports-400845d576cd69577165c908e14470315b8bbac2.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=347029
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/makepatch/Makefile | 3 | ||||
-rw-r--r-- | textproc/makepatch/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile index 5a2d976fc546..5348921e921a 100644 --- a/textproc/makepatch/Makefile +++ b/textproc/makepatch/Makefile @@ -12,7 +12,4 @@ COMMENT= Perl scripts to assist in the generation and application of patches USES= perl5 USE_PERL5= configure -MAN1= makepatch.1 applypatch.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/makepatch/pkg-plist b/textproc/makepatch/pkg-plist index e79c2a2e4948..d78d9632b17e 100644 --- a/textproc/makepatch/pkg-plist +++ b/textproc/makepatch/pkg-plist @@ -1,4 +1,6 @@ bin/applypatch bin/makepatch +man/man1/makepatch.1.gz +man/man1/applypatch.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/makepatch/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/makepatch |