Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 14:42:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192878] comms/pr [maintainer] new source location
Message-ID:  <bug-192878-13-sGvx0kDge1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192878-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192878-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192878

--- Comment #15 from John Marino <marino@FreeBSD.org> ---
(In reply to C Hutchinson from comment #14)
> Here goes...
> USE_XZ=3D		yes

This is obsolete, change it to "USES=3Dtar:xz"



> # doesn't work
> do-install:
> (cd ${WRKSRC}/sbin && ${INSTALL_SCRIPT} ${PROGRAMS} ${STAGEDIR}${PREFIX})
> (cd ${WRKSRC}/etc/rc.d && ${INSTALL_DATA} ${RCDFILES} ${STAGEDIR}${PREFIX=
})
> (cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETCFLS} ${STAGEDIR}${PREFIX})

Do you start each line with a "tab" character?  It looks like a space
character.  Yes it matters. (I could tell if you uploaded the makefile inst=
ead
of pasted it)


> # does work
> .if ${PORT_OPTIONS:MDOCS}
> 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
> 	cd ${WRKSRC}/share/doc/pr && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDI=
R}
> .endif

This is fine.  It's a bit unnecessary for a single file, but if a second fi=
le
comes in the future, you're prepared.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192878-13-sGvx0kDge1>