summaryrefslogtreecommitdiff
path: root/sysutils/di/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-02 09:51:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-02 09:51:00 +0000
commit823dac3dec669dbfe57ed96acd8753661a2b1d51 (patch)
tree84db89205e64343ae5b1636bd840bcae46e86c15 /sysutils/di/Makefile
parentAdd the other removed ext2 port. (diff)
- Add missed dependency on gettext
- Style Submitted by: bento via kris
Diffstat (limited to 'sysutils/di/Makefile')
-rw-r--r--sysutils/di/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile
index 8c9d1423f7c0..8f5c18612b81 100644
--- a/sysutils/di/Makefile
+++ b/sysutils/di/Makefile
@@ -13,9 +13,9 @@ MASTER_SITES= http://www.gentoo.com/di/
MAINTAINER= bll@gentoo.com
COMMENT= Disk Information Utility
-MAN1= di.1
+USE_GETTEXT= yes
-.include <bsd.port.pre.mk>
+MAN1= di.1
do-configure:
(cd ${WRKSRC}; \
@@ -51,4 +51,4 @@ do-install:
$(RM) -f $$j.mo; \
done)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>