diff options
author | trasz <trasz@FreeBSD.org> | 2007-07-13 02:44:07 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-07-13 02:44:07 +0800 |
commit | 96ffeac88ea3464837746f0c9998d1ab726afbdc (patch) | |
tree | 3579fd4ec8296c6e33e3e0f442a512a3e44de4c3 /emulators/lisaem | |
parent | 21b918a99701275c0cfe39b278b0f3a9c4cb237e (diff) | |
download | freebsd-ports-gnome-96ffeac88ea3464837746f0c9998d1ab726afbdc.tar.gz freebsd-ports-gnome-96ffeac88ea3464837746f0c9998d1ab726afbdc.tar.zst freebsd-ports-gnome-96ffeac88ea3464837746f0c9998d1ab726afbdc.zip |
- Remove unused line.
Suggested by: sat
Approved by: miwi (mentor)
Diffstat (limited to 'emulators/lisaem')
-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" \ |