summaryrefslogtreecommitdiffstats
path: root/contrib/groff/nroff
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-05 18:49:44 +0000
committerru <ru@FreeBSD.org>2000-12-05 18:49:44 +0000
commit7c20aabe3d743227b595c80f68ddd7437f1fe991 (patch)
tree1cc7fdea840e261aeaa58a7fbfccbac65d3becf0 /contrib/groff/nroff
parent580d412c4db23b27cbf5c5e6fb9e2881c00be47b (diff)
parenta812d8b090bc4edc23150bff257717b24f282e41 (diff)
downloadFreeBSD-src-7c20aabe3d743227b595c80f68ddd7437f1fe991.zip
FreeBSD-src-7c20aabe3d743227b595c80f68ddd7437f1fe991.tar.gz
This commit was generated by cvs2svn to compensate for changes in r69626,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/groff/nroff')
-rw-r--r--contrib/groff/nroff/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/groff/nroff/Makefile.sub b/contrib/groff/nroff/Makefile.sub
index 096c046..fa6bc4d 100644
--- a/contrib/groff/nroff/Makefile.sub
+++ b/contrib/groff/nroff/Makefile.sub
@@ -10,8 +10,9 @@ nroff: nroff.sh
chmod +x $@
install_data: nroff
+ -test -d $(bindir) || $(mkinstalldirs) $(bindir)
-rm -f $(bindir)/$(NAMEPREFIX)nroff
- $(INSTALL_PROGRAM) nroff $(bindir)/$(NAMEPREFIX)nroff
+ $(INSTALL_SCRIPT) nroff $(bindir)/$(NAMEPREFIX)nroff
uninstall_sub:
-rm -f $(bindir)/$(NAMEPREFIX)nroff
OpenPOWER on IntegriCloud