diff options
author | danfe <danfe@FreeBSD.org> | 2008-03-20 23:49:10 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-03-20 23:49:10 +0800 |
commit | 9b144df694df80ee157571ad39786ecb5b54915f (patch) | |
tree | 68f041442697d6e7cfeca280c0795042b92d9aa0 /emulators/tiemu2 | |
parent | 4699e8eab057e0a26991292d48fea023910012b2 (diff) | |
download | freebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.tar.gz freebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.tar.zst freebsd-ports-gnome-9b144df694df80ee157571ad39786ecb5b54915f.zip |
- Drop USE_X_PREFIX [*]
- Use SF macro
- Minor Makefile nits
Reminded by: beech, miwi [*]
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 |