Respect PORT_OPTIONS:MDOCS

Clean up COMMENT
USES=gmake
This commit is contained in:
Adam Weinberger 2013-12-09 01:28:41 +00:00
parent 0b0a0e089e
commit 6507f2bc7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335949
2 changed files with 8 additions and 8 deletions

View file

@ -10,21 +10,21 @@ DISTNAME= gp-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of small utilities to manipulate DNA sequences
COMMENT= Utilities to manipulate DNA sequences
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
USE_GMAKE= yes
MAKE_ENV= GMAKE="${GMAKE}"
USES= gmake
MAN1= Genpak.1 gp_acc.1 gp_adjust.1 gp_cdndev.1 gp_cusage.1 gp_digest.1 \
gp_dimer.1 gp_findorf.1 gp_gc.1 gp_getseq.1 gp_matrix.1 gp_mkmtx.1 \
gp_pattern.1 gp_qs.1 gp_randseq.1 gp_seq2prot.1 gp_slen.1 gp_tm.1 \
gp_trimer.1 gp_primer.1
.if !defined(NOPORTDOCS)
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INSTALL_TARGET= install docs
.endif
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -42,7 +42,7 @@
all:
- cd src ; make PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
+ cd src ; ${GMAKE} PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
+ cd src ; ${MAKE} PROGRAMS="$(PROGRAMS)" GDPROGRAMS="$(GDPROGRAMS)" CC=$(CC) \
LIBS="$(LIBS)" CFLAGS="$(CFLAGS)" ;
@echo -e "\nAll programs compiled. \nType 'make install' to install all programs."