diff options
author | marino <marino@FreeBSD.org> | 2016-07-22 10:15:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-07-22 10:15:38 +0800 |
commit | 81b05b18b8980f70a5d5b9630a7f0e69438c70f8 (patch) | |
tree | af76712ea0be112527cd63f4829f285f1e09ff34 /ports-mgmt | |
parent | 77f072cbee2303b5e9c7d603ce3b83f196ea5ccd (diff) | |
download | freebsd-ports-gnome-81b05b18b8980f70a5d5b9630a7f0e69438c70f8.tar.gz freebsd-ports-gnome-81b05b18b8980f70a5d5b9630a7f0e69438c70f8.tar.zst freebsd-ports-gnome-81b05b18b8980f70a5d5b9630a7f0e69438c70f8.zip |
ports-mgmt/synth: Remove ineffective sed command from port makefile
At one point during development of last changeset, the default.gpr
file needed to have a LOCALBASE correction, but that's no longer true.
This line shouldn't have made it into the previous commit.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/synth/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index ee57d334d328..36c260920d2c 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -25,7 +25,6 @@ MAKE_ENV= NCURSES_LINK=static post-extract: @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ - ${WRKSRC}/default.gpr \ ${WRKSRC}/src/definitions.ads do-build: |