diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:56 +0000 |
commit | 336e032f3c49d0f8fb5567ce993186937f499540 (patch) | |
tree | ae0c098216e93201dbecc05548a9ddfdc2120243 /archivers | |
parent | 7ab1953b5919028af20f27b193d2469601c0894e (diff) | |
download | ports-336e032f3c49d0f8fb5567ce993186937f499540.tar.gz ports-336e032f3c49d0f8fb5567ce993186937f499540.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index 1d2fa0a8a933..2f722c071902 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/deb2targz |