diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-23 00:59:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-23 00:59:59 +0000 |
commit | ca47feacb18616c09c8a48c47262ef5921c1a8f2 (patch) | |
tree | 7c9e38f770a99db0e91b96d25471f45c5337cb9e /games/adom | |
parent | Respect CFLAGS (diff) |
Change NO_PACKAGE to NO_CDROM. Thomas Biskup (author) confirms that it's
ok to place port on FTP.
PR: 16306
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24959
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index b3f541e808f6..efecbf6a1fad 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base WRKSRC= ${WRKDIR}/adom ONLY_FOR_ARCHS= i386 -NO_PACKAGE= Only unmodified original package can be distributed +NO_CDROM= Copy of CD must be sent to author NO_WRKSUBDIR= yes STRIP= # empty: do not strip linux binary! |