diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/prng/Makefile | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/prng/Makefile')
-rw-r--r-- | math/prng/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index e2d70b7d36d6..43d25e158d0c 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: prng -# Date created: 16 Feb. 2010 -# Whom: bf <bf@FreeBSD.org> +# Created by: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= prng @@ -20,6 +18,7 @@ PLIST_FILES= include/prng.h lib/libprng.a PORTDOCS= prng.dvi prng.pdf prng.ps prng.txt PORTEXAMPLES= Makefile pairs.c tuples.c +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |