diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-05 00:36:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-05-05 00:36:06 +0000 |
commit | d6345cd70a1cbf23b070965003f8731334fb8aab (patch) | |
tree | 094c9b37b69cbe918cd2a845bce4f831a66cf56f | |
parent | Don't attempt to build on 5.x. (diff) |
remove quotes from RESTRICTED
PR: ports/122411
Submitted by: Ganael Laplanche
-rw-r--r-- | archivers/ppunpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile index 2977b9e7f870..3473fac9f43c 100644 --- a/archivers/ppunpack/Makefile +++ b/archivers/ppunpack/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Decompresses Amiga PowerPacker files -RESTRICTED= "No commercial redistribution" +RESTRICTED= No commercial redistribution NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/PPUnpack |