diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-12 03:51:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-12 03:51:48 +0000 |
commit | 2ef9b9db67557e69f50026fa5302fcf9e40e0225 (patch) | |
tree | 5e72b2f5a7d1ed5ad0dfa0102ea4c4f5eb6c462e /irc | |
parent | 337a14075c800bbc3f8b5ead41f7f17f3dea4e36 (diff) | |
download | freebsd-ports-2ef9b9db67557e69f50026fa5302fcf9e40e0225.zip |
irc/quirc: clean the port's Makefile up a little
Drop needless MAKE_ENV+=DESTDIR=${STAGEDIR}, adjust USE_XORG per
what stage Q/A reports, and put the knobs in their natural order.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quirc/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 3337453958ae..5da2382517a9 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -11,16 +11,8 @@ WWW= https://BSDforge.com/projects/irc/quirc/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS - USES= tk xorg -USE_XORG= xt - GNU_CONFIGURE= yes -MAKE_ENV+= DESTDIR=${STAGEDIR} - -PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/*.txt - CONFIGURE_ARGS= --with-wish=${WISH} \ --with-tcl-include-dir=${TCL_INCLUDEDIR} \ --with-tk-include-dir=${TK_INCLUDEDIR} \ @@ -29,6 +21,11 @@ CONFIGURE_ARGS= --with-wish=${WISH} \ --with-tcl-lib=tcl${TCL_SHLIB_VER} \ --with-tk-lib=tk${TCL_SHLIB_VER} \ --with-tcl-version=${TCL_VER} +USE_XORG= ice sm x11 + +PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/*.txt + +OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/common |