Index: head/misc/rname/pkg-plist =================================================================== --- head/misc/rname/pkg-plist (revision 434155) +++ head/misc/rname/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/rname -%%PORTDOCS%%share/doc/rname/html/index.html -%%PORTDOCS%%share/doc/rname/html/created.with.vim.gif Property changes on: head/misc/rname/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/rname/Makefile =================================================================== --- head/misc/rname/Makefile (revision 434155) +++ head/misc/rname/Makefile (revision 434156) @@ -1,20 +1,21 @@ # Created by: roam@FreeBSD.org # $FreeBSD$ PORTNAME= rname -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= misc -MASTER_SITES= http://devel.ringlet.net/sysutils/rname/ +MASTER_SITES= http://devel.ringlet.net/files/sys/rname/ MAINTAINER= ports@FreeBSD.org COMMENT= Execute a program with a fake name -WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= DOCS - -DOCS_INSTALL_TARGET= install install-doc +WRKSRC= ${WRKDIR} +USES= gmake tar:xz +MAKE_ENV= BINGRP=wheel MANDIR=${PREFIX}/man \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" +PLIST_FILES= bin/rname man/man1/rname.1.gz .include Index: head/misc/rname/distinfo =================================================================== --- head/misc/rname/distinfo (revision 434155) +++ head/misc/rname/distinfo (revision 434156) @@ -1,2 +1,3 @@ -SHA256 (rname-1.0.tar.gz) = 1e0a8d0be30906c6f50f6176a055f6c5fa47db422154cf295cc994ca9f82faf5 -SIZE (rname-1.0.tar.gz) = 7394 +TIMESTAMP = 1487151184 +SHA256 (rname-1.0.2.tar.xz) = 485f3933e8f32a5982ac663f80fb0294429753151aca4a0437f1669e629f98c3 +SIZE (rname-1.0.2.tar.xz) = 7648 Index: head/misc/rname/files/patch-Makefie =================================================================== --- head/misc/rname/files/patch-Makefie (revision 434155) +++ head/misc/rname/files/patch-Makefie (nonexistent) @@ -1,24 +0,0 @@ ---- Makefile.orig 2014-06-09 00:18:35.116823595 +0800 -+++ Makefile 2014-06-09 00:19:38.891822142 +0800 -@@ -122,8 +122,8 @@ install: install-bin install-inc install - @${ECHO} "Use 'make install-doc' to install documentation." - - install-bin: ${TGT} -- -${MKDIR} ${BINDIR} -- ${INSTALL_PROGRAM} ${TGT} ${BINDIR} -+ -${MKDIR} $(DESTDIR)${BINDIR} -+ ${BSD_INSTALL_PROGRAM} ${TGT} $(DESTDIR)${BINDIR} - - install-inc: ${TGTLIB} - # -${MKDIR} ${INCDIR} -@@ -136,8 +136,8 @@ install-lib: ${TGTLIB} - install-share: - - install-doc: -- -${MKDIR} ${DOCDIR}/html -- ${INSTALL_DATA} doc/html/*.html doc/html/*.gif ${DOCDIR}/html -+ -${MKDIR} $(DESTDIR)${DOCDIR}/html -+ ${BSD_INSTALL_DATA} doc/html/*.html doc/html/*.gif $(DESTDIR)${DOCDIR}/html - - ${TGT}: ${TGTLIB} ${MAINOBJ} - ${CC} ${LFLAGS} -o ${TGT} ${MAINOBJ} ${TGTLIB} ${LIBS} Property changes on: head/misc/rname/files/patch-Makefie ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/rname/files/patch-Makefile =================================================================== --- head/misc/rname/files/patch-Makefile (nonexistent) +++ head/misc/rname/files/patch-Makefile (revision 434156) @@ -0,0 +1,11 @@ +--- Makefile.orig 2017-01-24 22:54:44.000000000 +0800 ++++ Makefile 2017-02-15 17:42:22.955359000 +0800 +@@ -96,7 +96,7 @@ install-bin: ${TGT} + + install-man: ${MAN1Z} + ${MKDIR} ${DESTDIR}${MAN1DIR} +- ${INSTALL_PROGRAM} ${MAN1Z} ${DESTDIR}${MAN1DIR} ++ ${INSTALL_DATA} ${MAN1Z} ${DESTDIR}${MAN1DIR} + + install-share: + Property changes on: head/misc/rname/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property