diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
commit | a769580b87aff31eefcf6b9b8a016a2127c9d8c8 (patch) | |
tree | 00a22daa001f3878816084ae229a51e181e100b2 /archivers/nomarch | |
parent | b5e317f4981d7f7eb4fa298aaacfa87684509ca8 (diff) | |
download | freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.gz freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.zst freebsd-ports-gnome-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'archivers/nomarch')
-rw-r--r-- | archivers/nomarch/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 6a3d7b99e690..584f2bb420a0 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= utils/compress MAINTAINER= gabor@FreeBSD.org COMMENT= Extracts files from the old `.arc' archive format -USE_GETOPT_LONG=yes - MAN1= nomarch.1 PLIST_FILES= bin/nomarch PORTDOCS= COPYING ChangeLog NEWS README TODO |