1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/lang/sather-specification/Makefile
Mathieu Arnold 0555612be3 The distfile is already extracted in do-extract, so use that instead of
extracting a second time.

Sponsored by:	Absolight
2016-10-19 12:20:42 +00:00

24 lines
550 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= specification
PORTVERSION= 000328
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GNU/sather/Doc
PKGNAMEPREFIX= sather-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.html
MAINTAINER= ports@FreeBSD.org
COMMENT= Specification of the Sather programming language
NO_BUILD= yes
NO_WRKSUBDIR= yes
DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>