On 11/6/2013 3:09 PM, Kent R. Spillner wrote:
On Mon, Oct 28, 2013 at 11:04:41PM -0500, Kent R. Spillner wrote:
Attached is an updated version based on feedback from bcallah@ and
sthen@ for my productivity/vit submission:

* Tidied up Makefile
* Removed pkg/README
* Rolled own do-install target instead of patching install: (also,
install README in /usr/local/share/doc/yeahconsole/ while here)

Bump.


License is GPLv2+

You can eliminate the a lot of patch-Makefile with a well-crafted MAKE_FLAGS line in the port Makefile. You definitely don't need to change INSTALL or PREFIX (you're using your own do-install routine anyway). CC, FLAGS, INCLUDES, and LIB_DIRS could (read: should) all be put under MAKE_FLAGS in the port Makefile (and therefore not be touched in patch-Makefile).

WRKBUILD->WRKSRC in the first line of the do-install routine.

Reply via email to