svn commit: r310943 - head/devel/smake

poyopoyo at puripuri.plala.or.jp poyopoyo at puripuri.plala.or.jp
Sat Jan 26 00:20:36 UTC 2013


man pages installation path is modified as described in
smake-1.2.2/AN-1.2.2. patch attached.
I'd appreciate you to 'make package' once before committing. :)

        ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/man"
        ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/man/man4"
        ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/man/man4/makefiles.mk"
        ==> MAKING DIRECTORY "/usr/local/share/man/man5"
        ==> INSTALLING "/usr/local/share/man/man5/makefiles.5"
        ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/man/man4/makerules.mk"
        ==> INSTALLING "/usr/local/share/man/man5/makerules.5"
===>   Compressing manual pages for smake-1.2.2
gzip: can't stat: /usr/local/man/man1/smake.1: No such file or directory
gzip: can't stat: /usr/local/man/man5/makefiles.5: No such file or directory
gzip: can't stat: /usr/local/man/man5/makerules.5: No such file or directory
===>   Registering installation for smake-1.2.2
===>  Building package for smake-1.2.2
tar: man/man1/smake.1.gz: Cannot stat: No such file or directory
tar: man/man5/makefiles.5.gz: Cannot stat: No such file or directory
tar: man/man5/makerules.5.gz: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1

Stop in /usr/ports/devel/smake.

Index: Makefile
===================================================================
--- Makefile	(revision 310993)
+++ Makefile	(working copy)
@@ -18,7 +18,7 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-MAKE_ARGS=	INS_BASE=${PREFIX}
+MAKE_ARGS=	INS_BASE=${PREFIX} DEFMANBASE=.
 
 MAN1=		smake.1
 MAN5=		makefiles.5 makerules.5



More information about the svn-ports-all mailing list