diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 08:46:47 +0800 |
commit | e6f6a6464d2a220c62243e2a63fc3bd3366eba22 (patch) | |
tree | ab8572cce956bf4828df231602fff4054d90c96b /archivers/libpar2 | |
parent | 9711f6f8bd79723fb2e2aff5d59716f42158f044 (diff) | |
download | freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.gz freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.tar.zst freebsd-ports-gnome-e6f6a6464d2a220c62243e2a63fc3bd3366eba22.zip |
Part 1 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'archivers/libpar2')
-rw-r--r-- | archivers/libpar2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index 923a80a4ab69..2cc1217f84f0 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 GNU_CONFIGURE= yes -FETCH_ARGS= -pRr LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |