summaryrefslogtreecommitdiff
path: root/sysutils/osname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/osname/Makefile')
-rw-r--r--sysutils/osname/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/osname/Makefile b/sysutils/osname/Makefile
index 5ff973bc0e1..794290d9b83 100644
--- a/sysutils/osname/Makefile
+++ b/sysutils/osname/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2007/12/27 11:55:51 obache Exp $
#
DISTNAME= osname-1.1
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
@@ -9,7 +10,11 @@ MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Print canonical name of operating system
NO_CONFIGURE= yes
-BUILD_TARGET= all PREFIX=${PREFIX}
-INSTALL_TARGET= install PREFIX=${PREFIX}
+BUILD_MAKE_FLAGS= PREFIX=${PREFIX}
+INSTALL_MAKE_FLAGS= PREFIX=${PREFIX}
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"