diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 02:05:04 +0800 |
commit | 4ab0594f63e38be08f045ae986deea85d9f8e781 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /misc | |
parent | 144134eb9b1691db727f497d0fe3e24da49605ee (diff) | |
download | freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.gz freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.tar.zst freebsd-ports-gnome-4ab0594f63e38be08f045ae986deea85d9f8e781.zip |
Fix NO_STAGE attribution
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-List-Compare/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-List-Compare/Makefile b/misc/p5-List-Compare/Makefile index 5741a96af1c5..f80401ff17e8 100644 --- a/misc/p5-List-Compare/Makefile +++ b/misc/p5-List-Compare/Makefile @@ -12,6 +12,7 @@ COMMENT= Perl extension for comparing lists USES= perl5 USE_PERL5= configure +NO_STAGE= yes PLIST_FILES= \ ${SITE_PERL_REL}/List/Compare.pm \ @@ -34,7 +35,6 @@ MAN3= List::Compare.3 \ .if !defined(NOPORTDOCS) PORTDOCS= Changes README -NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} |