- remove unnecessary NEED_VERSION and INSTALL_TARGET tag
- make gshar's own install target install the man pages
This commit is contained in:
parent
9e74d33718
commit
68ce1c393a
@ -1,19 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.7 1999/12/15 21:58:47 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 1999/12/29 00:28:41 brad Exp $
|
||||
|
||||
DISTNAME= sharutils-4.2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= sharutils
|
||||
|
||||
NEED_VERSION= 1.114
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
|
||||
|
||||
INSTALL_TARGET= install install-man
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/po/sharutils.pot
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- doc/Makefile.in.orig Fri Nov 24 21:44:35 1995
|
||||
+++ doc/Makefile.in Wed Dec 15 16:32:21 1999
|
||||
+++ doc/Makefile.in Tue Dec 28 18:44:07 1999
|
||||
@@ -26,7 +26,7 @@
|
||||
transform = @program_transform_name@
|
||||
INSTALL = @INSTALL@
|
||||
@ -21,3 +21,12 @@
|
||||
cd $(srcdir) && $(MAKEINFO) remsync.texi
|
||||
|
||||
dvi: sharutils.dvi remsync.dvi
|
||||
@@ -79,7 +81,7 @@
|
||||
$(TOUCH) $(srcdir)/stamp-vti
|
||||
|
||||
install install-exec install-data: all
|
||||
-install: install-exec install-data
|
||||
+install: install-exec install-data install-man
|
||||
install-exec:
|
||||
install-data:
|
||||
$(top_srcdir)/mkinstalldirs $(infodir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user