diff options
author | clement <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-11 13:50:59 +0000 |
commit | 0119eb01225d5249c3d76e435c09260f986cf2cd (patch) | |
tree | f0bdbfe9ff74397c86ebf08efbdcb5ff2593548b /misc/demoniac/Makefile | |
parent | d58e9d49b2ea6a7b512c6e2a2a98775029e16fc2 (diff) | |
download | FreeBSD-ports-0119eb01225d5249c3d76e435c09260f986cf2cd.zip FreeBSD-ports-0119eb01225d5249c3d76e435c09260f986cf2cd.tar.gz |
misc category cleanup part 2 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC
- SIZEify port
- make portlint happy
* chord2html, cwish, demoniac
- kill pkg-plist
PR: 61027
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Updated/reworked by: me
Diffstat (limited to 'misc/demoniac/Makefile')
-rw-r--r-- | misc/demoniac/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile index 333829c..3abc674 100644 --- a/misc/demoniac/Makefile +++ b/misc/demoniac/Makefile @@ -24,6 +24,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" +PLIST_FILES= bin/demoniac share/demoniac/pixmaps/logo.xpm +PLIST_DIRS= share/demoniac/pixmaps share/demoniac post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure |