aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGary Clark II <gclarkii@FreeBSD.org>1994-12-31 21:10:46 +0000
committerGary Clark II <gclarkii@FreeBSD.org>1994-12-31 21:10:46 +0000
commitb6490eb503143349f30d1b7c20b63a648b5c55ec (patch)
tree9c3993d707123e85046dacdde97dae5d12b7be43 /gnu
parentd3287e7c114a4919e899e66e11c378cdc7320ea8 (diff)
downloadsrc-b6490eb503143349f30d1b7c20b63a648b5c55ec.tar.gz
src-b6490eb503143349f30d1b7c20b63a648b5c55ec.zip
Add mlinks for man page
Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=5330
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/sperl/Makefile3
-rw-r--r--gnu/usr.bin/perl/tperl/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/sperl/Makefile b/gnu/usr.bin/perl/sperl/Makefile
index c690f985945c..2018a3482c0d 100644
--- a/gnu/usr.bin/perl/sperl/Makefile
+++ b/gnu/usr.bin/perl/sperl/Makefile
@@ -19,7 +19,8 @@ DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
-NOMAN=
+MANSRC= ${.CURDIR}/../perl
+MLINKS+=perl.1 suidperl.1
.include "../../Makefile.inc"
diff --git a/gnu/usr.bin/perl/tperl/Makefile b/gnu/usr.bin/perl/tperl/Makefile
index 95ae50d3737e..4ad74849d633 100644
--- a/gnu/usr.bin/perl/tperl/Makefile
+++ b/gnu/usr.bin/perl/tperl/Makefile
@@ -19,7 +19,9 @@ DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
-NOMAN=
+MANSRC= ${.CURDIR}/../perl
+MLINKS+= perl.1 tperl.1
+MLINKS+= perl.1 taintperl.1
.include "../../Makefile.inc"