diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 22:22:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 22:22:21 +0000 |
commit | c7fa27519155da9168908fdf317d99419950905f (patch) | |
tree | 635f400648437dd2bd42c4cb188bd321ac9ffa9e /sysutils | |
parent | remove commenting out of debugging statement (diff) |
Fix pkg-plist (well, MAN8 statement)
Noticed while checking ports/44095
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nwclient602/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nwclient602/Makefile b/sysutils/nwclient602/Makefile index 256110f365ab..dff793cb6dba 100644 --- a/sysutils/nwclient602/Makefile +++ b/sysutils/nwclient602/Makefile @@ -54,7 +54,8 @@ MAN8= ansrd.8 changers.8 dasadmin.8 EMASS_silo.8 emcdiscover.8 \ sapclone.8 save.8 savefs.8 savegrp.8 savepnpc.8 scanner.8 \ sjidopen.8 sjiielm.8 sjiinq.8 sjirdp.8 sjirdtag.8 sjirelem.8 \ sjirjc.8 ssi.8 stk_eject.8 STK_silo.8 stli.8 tapeexercise.8 \ - tur.8 uasm.8 writebuf.8 + tur.8 uasm.8 writebuf.8 \ + lreset.8 post-patch: @${SED} -e "s,^ROOTDIR.*$$,ROOTDIR=${PREFIX}," ${WRKSRC}/networker.sh >\ |