diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-07 22:05:10 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-07 22:05:10 +0000 |
commit | 1b9b982c3432e57d521e61b8aa39754020f668e7 (patch) | |
tree | d3b3a7c34cdf4fc9c1bff97130fcacbb88607ec5 /emulators/hfs | |
parent | 180b8d1afb0a556fae2b255713495e509145f31d (diff) | |
download | ports-1b9b982c3432e57d521e61b8aa39754020f668e7.tar.gz ports-1b9b982c3432e57d521e61b8aa39754020f668e7.zip |
Notes
Diffstat (limited to 'emulators/hfs')
-rw-r--r-- | emulators/hfs/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hfs/scripts/configure b/emulators/hfs/scripts/configure index a91df6c6a53d..d604234cbc42 100644 --- a/emulators/hfs/scripts/configure +++ b/emulators/hfs/scripts/configure @@ -11,4 +11,4 @@ echo "INSTALLPATH = $PREFIX" >> Makefile echo "CCPLUSPLUS = c++ -c" >> Makefile echo "LD = c++" >> Makefile echo "MANINSTALLDIR = $PREFIX/man/man1" >> Makefile -exit 0;
\ No newline at end of file +exit 0; |