diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /security/rndpassw | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) | |
download | ports-313cb94889a01069af757dfb7947681bbe82b1e3.tar.gz ports-313cb94889a01069af757dfb7947681bbe82b1e3.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'security/rndpassw')
-rw-r--r-- | security/rndpassw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/rndpassw/Makefile b/security/rndpassw/Makefile index 6f7f18d47ba8..ffac827b5d4d 100644 --- a/security/rndpassw/Makefile +++ b/security/rndpassw/Makefile @@ -11,7 +11,6 @@ COMMENT= CLI password generator LICENSE= BSD USE_BZIP2= yes -FETCH_ARGS= -Fpr MAN1= rndpassw.1 PLIST_FILES= bin/rndpassw |