e4432ee581
thanks to patch-aa adding DESTDIR in the install target paths in the distribution Makefile.
16 lines
357 B
Makefile
16 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/14 14:25:31 kim Exp $
|
|
#
|
|
|
|
DISTNAME= osname-2.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://oss.gw.com/people/kim/
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
COMMENT= Print canonical name of operating system
|
|
|
|
NO_CONFIGURE= yes
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|