diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | f45d0a8198e01f9de3159f120af98857c70773c1 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /games/nettoe | |
parent | a14ce15e349663b36e082c2a46c21adc66d82376 (diff) | |
download | freebsd-ports-gnome-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz freebsd-ports-gnome-f45d0a8198e01f9de3159f120af98857c70773c1.tar.zst freebsd-ports-gnome-f45d0a8198e01f9de3159f120af98857c70773c1.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'games/nettoe')
-rw-r--r-- | games/nettoe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile index fcb22e64ca3b..9c508cc9740b 100644 --- a/games/nettoe/Makefile +++ b/games/nettoe/Makefile @@ -18,11 +18,11 @@ MAN6= nettoe.6 USE_GMAKE= yes GNU_CONFIGURE= yes +NO_STAGE= yes PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO .if !defined(NOPORTDOCS) -NO_STAGE= yes post-install: ${MKDIR} ${DOCSDIR} .for I in ${PORTDOCS} |