Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2012 23:13:15 +1000
From:      Da Rock <freebsd-ports@herveybayaustralia.com.au>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   What is the best way to _not_ install licenses?
Message-ID:  <4F1C0B6B.2040106@herveybayaustralia.com.au>

next in thread | raw e-mail | index | archive | help
I'm back to resolve some issues with my new port ports/164113.

I have to not install license as per instructions in the porters 
handbook (which I wasn't aware it was doing). What is the best way to 
achieve this?

I have already put in the Makefile (thanks Alex):

NO_LICENSES_INSTALL=yes

and in post-install:

@${RM} ${WRKDIR}/GPLv2

but I still get it installed.

I have some instructions in post-extract which remove unneeded files, 
should I put a remove instruction there instead?

Also, what should I do about this error:

pkg_delete: '/compat/linux/var/cache/ldconfig/aux-cache' fails original MD5 checksum - deleted anyway.


This was from redports (thanks redports for the tools :) ). Can I do 
anything to restore this file if other linux-ports touch it?

TIA




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F1C0B6B.2040106>