ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/shells/osh/Makefile
Revision: 19582
Committed: Wed Jul 15 11:14:38 2015 UTC (8 years, 9 months ago) by laffer1
File size: 620 byte(s)
Log Message:
osh 2015 01 15

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/shells/osh/Makefile,v 1.17 2006/08/07 07:58:26 miwi Exp $
3
4 PORTNAME= osh
5 DISTVERSION= 20150115
6 CATEGORIES= shells
7 MASTER_SITES= http://v6shell.org/src/
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Implementation of the UNIX 6th Edition shell
11
12 LICENSE= bsd4
13
14 FAKE_OPTS= trueprefix
15
16 MAKE_ENV+= DOCDIR=${DOCSDIR} \
17 EXPDIR=${EXAMPLESDIR} \
18 MANDIR=${MANPREFIX}/man/man1
19
20 PORTDOCS= *
21 PORTEXAMPLES= *
22 INSTALL_TARGET= install install-doc install-exp
23 PLIST_SUB+= VER=${DISTVERSION}
24
25 post-patch:
26 @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \
27 ${WRKSRC}/Makefile
28
29 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H