diff options
author | pav <pav@FreeBSD.org> | 2004-07-05 18:56:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-05 18:56:17 +0800 |
commit | d0473b32a94cb07edf858407ca3fbdb13b4b8579 (patch) | |
tree | 0c227dc8e51010e7d7c39b6ea8fe5c083d21a260 /comms | |
parent | 6a6a7b7526157a5a1e7e1ca0152d8f8dc161a912 (diff) | |
download | freebsd-ports-gnome-d0473b32a94cb07edf858407ca3fbdb13b4b8579.tar.gz freebsd-ports-gnome-d0473b32a94cb07edf858407ca3fbdb13b4b8579.tar.zst freebsd-ports-gnome-d0473b32a94cb07edf858407ca3fbdb13b4b8579.zip |
- Unbreak plist: fix perl man page installation
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gscmxx/Makefile | 9 | ||||
-rw-r--r-- | comms/gscmxx/pkg-plist | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/comms/gscmxx/Makefile b/comms/gscmxx/Makefile index c2a93404ea30..6041cf19cbf9 100644 --- a/comms/gscmxx/Makefile +++ b/comms/gscmxx/Makefile @@ -26,11 +26,6 @@ PERL_CONFIGURE= YES USE_GNOME= gtk12 MAN1= gscmxx.1 +MAN3= SCMxx.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} != 500601 -BROKEN= "Broken pkg-plist with perl != 5.6.1" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/comms/gscmxx/pkg-plist b/comms/gscmxx/pkg-plist index 9c076aab11f8..1759f68572fa 100644 --- a/comms/gscmxx/pkg-plist +++ b/comms/gscmxx/pkg-plist @@ -3,7 +3,6 @@ %%SITE_PERL%%/mach/auto/gscmxx/.packlist @dirrm %%SITE_PERL%%/mach/auto/gscmxx @dirrm %%SITE_PERL%%/SCMxx -lib/perl5/5.6.1/man/man3/SCMxx.3 bin/gscmxx share/pixmaps/gscmxx/phonebook_30.xpm share/pixmaps/gscmxx/preferences_30.xpm |