diff options
author | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-16 10:29:50 +0000 |
commit | 1b9f68e6ed8099d5caa7691c43e00bfbef2a2116 (patch) | |
tree | 1f3c6baef6d2a439837e5a29e3a775495ee44394 /archivers/unarj/Makefile | |
parent | 6c0576238767059fc21c9fd5a3fb915ef5edc22d (diff) | |
download | pkgsrc-1b9f68e6ed8099d5caa7691c43e00bfbef2a2116.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 4ff9faacec6..be753ae3c52 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/04 16:51:05 jtb Exp $ +# $NetBSD: Makefile,v 1.11 2001/07/16 10:29:50 jlam Exp $ DISTNAME= unarj-2.43 CATEGORIES= archivers @@ -14,6 +14,8 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +USE_BUILDLINK_ONLY= # defined + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin |