f78b25d997
---------------- (from debian/changelog) posh (0.12.4) unstable; urgency=medium * Correct misspelling of "--". closes: #774004. * Patch from Chris Lamb to make the build reproducible. closes: #777395. * Patch from John Salmon to use memmove instead of memcpy in debunk(). closes: #777493. -- Clint Adams <clint@debian.org> Sun, 26 Apr 2015 14:20:19 -0400
24 lines
593 B
Makefile
24 lines
593 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/04/28 01:08:30 mef Exp $
|
|
#
|
|
|
|
DISTNAME= posh_0.12.4
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://packages.debian.org/posh
|
|
COMMENT= Debian Policy-compliant Ordinary SHell
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
PKG_SHELL= bin/posh
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
INSTALLATION_DIRS= share/doc/posh
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|