diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-03 11:12:01 +0000 |
commit | 5114e2637e2224ea9b0e0ea4b315bc38370ccf04 (patch) | |
tree | 414dd9b31f0192eb7d0054b2463c2eed8afd25b4 /games/inform | |
parent | fd5131ad95770d2ae6bee7059204950dfa6402d1 (diff) | |
download | ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.tar.gz ports-5114e2637e2224ea9b0e0ea4b315bc38370ccf04.zip |
Notes
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 32dac0aa6ba1..fc38045fef24 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1998/06/28 15:16:05 mph Exp $ +# $Id: Makefile,v 1.2 1999/01/08 00:15:21 mph Exp $ # DISTNAME= inform-6.15 @@ -27,6 +27,7 @@ NO_WRKSUBDIR= yes EXTRACT_ONLY= inform615_source.zip EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -qq +EXTRACT_AFTER_ARGS= # empty # I can hardly believe it, but the ".c" and ".h" extensions are # not present on the source files. |