diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-12 18:44:07 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-12 18:44:07 +0000 |
commit | 13a1d864c341cfefd01b68bbf428fda6253f1bdf (patch) | |
tree | 7f3b4a7dd9d43a99a7cf2f34d2d9604f3fd5253c | |
parent | - Remove unneeded part of a diff. (diff) |
- Remove unused line.
Suggested by: sat
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=195489
-rw-r--r-- | emulators/lisaem/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile index 1265e845a583..be35f723c848 100644 --- a/emulators/lisaem/Makefile +++ b/emulators/lisaem/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ USE_BZIP2= yes USE_WX= 2.8 -ALL_TARGET= build post-patch: ${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ |