diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 00:46:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 00:46:47 +0000 |
commit | c0d7b638eddee8e8ba4931e24ec0c744ef762713 (patch) | |
tree | ab8572cce956bf4828df231602fff4054d90c96b /audio/acoustid-fingerprinter | |
parent | 3c2985c7a6c4dc16083dbbbe98ef3762be19c451 (diff) | |
download | ports-c0d7b638eddee8e8ba4931e24ec0c744ef762713.tar.gz ports-c0d7b638eddee8e8ba4931e24ec0c744ef762713.zip |
Part 1 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338511
Diffstat (limited to 'audio/acoustid-fingerprinter')
-rw-r--r-- | audio/acoustid-fingerprinter/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/acoustid-fingerprinter/Makefile b/audio/acoustid-fingerprinter/Makefile index d880dcba646b..64a470802ad2 100644 --- a/audio/acoustid-fingerprinter/Makefile +++ b/audio/acoustid-fingerprinter/Makefile @@ -21,8 +21,6 @@ USE_QT4= gui network \ qmake_build moc_build rcc_build uic_build INSTALLS_ICONS= yes -FETCH_ARGS= -Fpr - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake |