diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-20 15:49:10 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-20 15:49:10 +0000 |
commit | db6f263a3a78bdf45b039da67e8379cd76636fcd (patch) | |
tree | 33ccc762fe33a09e82cd548c26a514cc67bc4200 /emulators/tiemu2 | |
parent | 61015c5405ab6fe8f5bb18e400696d70b84c7d41 (diff) |
Notes
Diffstat (limited to 'emulators/tiemu2')
-rw-r--r-- | emulators/tiemu2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/tiemu2/Makefile b/emulators/tiemu2/Makefile index 74a29a21bbbc..a55da4223bb1 100644 --- a/emulators/tiemu2/Makefile +++ b/emulators/tiemu2/Makefile @@ -23,11 +23,9 @@ LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 libglade2 -USE_X_PREFIX= yes - -MAN1= tiemu.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAN1= tiemu.1 post-extract: .SILENT ${RM} ${WRKSRC}/src/Makefile |