aboutsummaryrefslogtreecommitdiff
path: root/x11/xascii
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 06:57:27 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 06:57:27 +0000
commit4bb68bf8ae215c92b84b860aacb6ae1c6fd2e66e (patch)
tree4c10cf9bc78883039fded5d792b4618b861f2b8c /x11/xascii
parentfe714039fb44e310e99f2408976d2f17dd3f358b (diff)
downloadports-4bb68bf8ae215c92b84b860aacb6ae1c6fd2e66e.tar.gz
ports-4bb68bf8ae215c92b84b860aacb6ae1c6fd2e66e.zip
Notes
Diffstat (limited to 'x11/xascii')
-rw-r--r--x11/xascii/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile
index 27c5593e05de..bacd3c5edbff 100644
--- a/x11/xascii/Makefile
+++ b/x11/xascii/Makefile
@@ -7,14 +7,14 @@ CATEGORIES= x11
MASTER_SITES= http://komquats.com/distfiles/ \
http://people.freebsd.org/~cy/distfiles/
-WRKSRC= ${WRKDIR}
-
MAINTAINER= cy@FreeBSD.org
COMMENT= Display an ASCII table in decimal, octal, and hexadecimal
-MAKE_ARGS+= PREFIX=${PREFIX}
USES= imake
USE_XORG= x11 xt xaw
+
+MAKE_ARGS= PREFIX=${PREFIX}
+NO_WRKSUBDIR= yes
PLIST_FILES= bin/xascii man/man1/xascii.1.gz
.include <bsd.port.mk>