Subject: CVS commit: pkgsrc/net/netname
To: None <pkgsrc-changes@NetBSD.org>
From: Kimmo Suominen <kim@netbsd.org>
List: pkgsrc-changes
Date: 11/25/2004 05:01:21
Module Name:	pkgsrc
Committed By:	kim
Date:		Thu Nov 25 05:01:21 UTC 2004

Modified Files:
	pkgsrc/net/netname: Makefile distinfo
	pkgsrc/net/netname/patches: patch-aa

Log Message:
Use the "netname" target instead of the "netbsd" target as the default,
so CFLAGS is used as set in the standard make(1) rules of the platform.
This should fix the problem that "-pipe" is not available on IRIX.

Don't use mv(1) or rm(1) when installing -- the binary should not be
there anyway when using pkgsrc.

Don't define ${INSTALL} -- it should be pointing to the BSD install(1)
already in the standard make(1) rules of the platform (or somehow
inherited from pkgsrc rules).  Works for NetBSD, untested elsewhere.

Based on suggestions in PR pkg/27429 by Georg Schwarz.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/net/netname/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/netname/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/netname/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.