diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-22 10:47:43 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-22 10:47:43 +0000 |
commit | de4e54514e3de67512f214828f1e897f04e45bfc (patch) | |
tree | d412827001ff80b18e571cce86bfd0a41e49421d | |
parent | - Allow package building, pointyhat is no more. (diff) |
- Allow package build, pointyhat is no more
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=331251
-rw-r--r-- | games/flightgear-aircraft/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/flightgear-aircraft/Makefile b/games/flightgear-aircraft/Makefile index e1593f6948a7..7befde7da1f5 100644 --- a/games/flightgear-aircraft/Makefile +++ b/games/flightgear-aircraft/Makefile @@ -62,8 +62,6 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST= ${WRKDIR}/.pkg-plist -MANUAL_PACKAGE_BUILD= package exceeds pointyhat filesize limit - NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f \ |