a5ecb9c794
Remove useless distinfo Suggested by: jbeich
16 lines
375 B
Makefile
16 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
# NOTE: before committing to this port, contact portmgr to arrange for an
|
|
# experimental ports run. Untested commits may be backed out at portmgr's
|
|
# discretion.
|
|
|
|
PORTNAME= gettext
|
|
PORTREVISION= 0
|
|
|
|
COMMENT= GNU gettext meta package
|
|
|
|
.include "${.CURDIR}/../gettext/Makefile.common"
|
|
|
|
USES= gettext-runtime:run gettext-tools:run metaport
|
|
|
|
.include <bsd.port.mk>
|