diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-25 22:53:13 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-25 22:53:13 +0000 |
commit | 3b8e40d1309dd9fe397193f0283e4585e592b864 (patch) | |
tree | d59afd24ca146f4c68910a7ffa9d471a046eb6be /sysutils/ticker.app/Makefile | |
parent | 0ef011e911eeb86ed94685594a0bbe7a3cc04ccd (diff) |
Notes
Diffstat (limited to 'sysutils/ticker.app/Makefile')
-rw-r--r-- | sysutils/ticker.app/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/ticker.app/Makefile b/sysutils/ticker.app/Makefile index 9eab6ed86eaf..03cd3a24d6f0 100644 --- a/sysutils/ticker.app/Makefile +++ b/sysutils/ticker.app/Makefile @@ -16,15 +16,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix="" MAN1= ticker.app.1 -pre-patch: -.for dir in src doc . - @${PERL} -pi -e 's|\@program_transform_name\@||' \ - ${WRKSRC}/${dir}/Makefile.in -.endfor - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |