diff options
author | salo <salo@pkgsrc.org> | 2003-01-05 01:07:57 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-05 01:07:57 +0000 |
commit | daf948e59eb23770985d20c8e4ab2105f3bdb0d0 (patch) | |
tree | 7a33f37e301e6c0b4e3b0795b02c3f8c651d03b0 /textproc/groff/Makefile | |
parent | 68108c1bfba3e85b75b8a0cc2f3d1593b8ac61a1 (diff) | |
download | pkgsrc-daf948e59eb23770985d20c8e4ab2105f3bdb0d0.tar.gz |
Sync PLIST with reality on Solaris. Switch to new automatic PLIST.${OPSYS}
handling.
XXX: Other OSes might need to use the same PLIST as Solaris does but i can't
test it.
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index b09f048fdd4..69c21867fe2 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/04 11:20:13 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/05 01:07:57 salo Exp $ # DISTNAME= groff-1.18.1 @@ -13,8 +13,6 @@ GNU_CONFIGURE= YES USE_PERL5= YES USE_BUILDLINK2= YES -PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} - INFO_FILES= groff .include "../../mk/bsd.prefs.mk" |