diff options
author | pawel <pawel@FreeBSD.org> | 2014-04-15 17:22:55 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-04-15 17:22:55 +0800 |
commit | b9fa82e75d9942822e94e33450c038f623917984 (patch) | |
tree | 48662334bf1ac0489486c2f9c7dde7a5ed8e9818 /games/nextgo | |
parent | 2f5c12d90d4e565011b968ea2a0795ae2794a94b (diff) | |
download | freebsd-ports-gnome-b9fa82e75d9942822e94e33450c038f623917984.tar.gz freebsd-ports-gnome-b9fa82e75d9942822e94e33450c038f623917984.tar.zst freebsd-ports-gnome-b9fa82e75d9942822e94e33450c038f623917984.zip |
- Port is stage safe
- Remove license info from pkg-descr, available in Makefile
Diffstat (limited to 'games/nextgo')
-rw-r--r-- | games/nextgo/Makefile | 1 | ||||
-rw-r--r-- | games/nextgo/pkg-descr | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 231bc8c902bb..5111d371bcc6 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -18,7 +18,6 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile diff --git a/games/nextgo/pkg-descr b/games/nextgo/pkg-descr index fee2fc86804f..92a47b6cc2e6 100644 --- a/games/nextgo/pkg-descr +++ b/games/nextgo/pkg-descr @@ -1,6 +1,4 @@ NeXTGo is the classic Go game originally written for the OPENSTEP/Mach environment. -LICENSE: GPL2 or later - WWW: http://www.nongnu.org/gap/nextgo/index.html |