diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:30:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-07-26 15:30:48 +0000 |
commit | 9a2d00485f19fc1ca75e41a200a8821f179a2831 (patch) | |
tree | 20d658e6c1985bf2aab95748fa35d56046391277 /x11/dgs/Makefile | |
parent | - Update to 1.00 (diff) |
- reslove conflitcs with imake
Suggested by: thierry (Thierry Thomas)
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 64594404f722..5adb3e07b676 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -7,6 +7,7 @@ PORTNAME= dgs PORTVERSION= 0.5.9.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dgs @@ -28,8 +29,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9 MAN1= dgs.1 dpsnx.agent.1 MANN= dpsexec.man xepsf.man -INSTALLDIRS= gs DPS/clients/pswrap \ - DPS/demos/dpsexec DPS/demos/xepsf +INSTALLDIRS= gs DPS/demos/dpsexec DPS/demos/xepsf .include <bsd.port.pre.mk> |