diff options
826 files changed, 467 insertions, 458 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index a600474d06b8..d6e4f891ff08 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -14,6 +14,8 @@ DISTNAME= 9e MAINTAINER= ports@FreeBSD.org COMMENT= Explode Plan9 archives +PLIST_FILES= bin/9e + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin diff --git a/archivers/9e/pkg-plist b/archivers/9e/pkg-plist deleted file mode 100644 index 34afe4bfad25..000000000000 --- a/archivers/9e/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9e diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 32a0f9fad2d3..fc833a61dd1c 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.kyz.uklinux.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A program to extract Microsoft cabinet (.CAB) files +PLIST_FILES= bin/cabextract USE_GETOPT_LONG=yes GNU_CONFIGURE= yes diff --git a/archivers/cabextract/pkg-plist b/archivers/cabextract/pkg-plist deleted file mode 100644 index 8636d036641b..000000000000 --- a/archivers/cabextract/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cabextract diff --git a/archivers/hffzip/Makefile b/archivers/hffzip/Makefile index cd6523387c32..e01afc112099 100644 --- a/archivers/hffzip/Makefile +++ b/archivers/hffzip/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= File compressor based on Huffman coding +PLIST_FILES= bin/hffzip WRKSRC= ${WRKDIR}/${PORTNAME} do-install: diff --git a/archivers/hffzip/pkg-plist b/archivers/hffzip/pkg-plist deleted file mode 100644 index 648ff602d3e2..000000000000 --- a/archivers/hffzip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hffzip diff --git a/archivers/jzip.org/Makefile b/archivers/jzip.org/Makefile index 2b661a255ab4..982a0a31e1db 100644 --- a/archivers/jzip.org/Makefile +++ b/archivers/jzip.org/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= A WinZip like program written in java +PLIST_FILES= share/java/classes/jzip.org.jar USE_ZIP= yes USE_JAVA= 1.2+ NEED_JAVAC= yes diff --git a/archivers/jzip.org/pkg-plist b/archivers/jzip.org/pkg-plist deleted file mode 100644 index 6a3a4476d356..000000000000 --- a/archivers/jzip.org/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/jzip.org.jar diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 7a4688334ec4..bd11f6006d60 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -21,5 +21,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 +PLIST_FILES= bin/lzop .include <bsd.port.mk> diff --git a/archivers/lzop/pkg-plist b/archivers/lzop/pkg-plist deleted file mode 100644 index 3199c4ec7237..000000000000 --- a/archivers/lzop/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/lzop diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 528a95d26d17..5c6885c217c0 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -21,6 +21,7 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" MAN1= nomarch.1 +PLIST_FILES= bin/nomarch do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin diff --git a/archivers/nomarch/pkg-plist b/archivers/nomarch/pkg-plist deleted file mode 100644 index 8af8e1c382ce..000000000000 --- a/archivers/nomarch/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nomarch diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile index cd7d7bee4dd4..546c9d256deb 100644 --- a/archivers/nulib/Makefile +++ b/archivers/nulib/Makefile @@ -18,6 +18,7 @@ COMMENT= NuFX archive utility WRKSRC= ${WRKDIR}/nulib MAN1= nulib.1 +PLIST_FILES= bin/nulib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib diff --git a/archivers/nulib/pkg-plist b/archivers/nulib/pkg-plist deleted file mode 100644 index 0c9ed4c6a852..000000000000 --- a/archivers/nulib/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nulib diff --git a/archivers/parchive/Makefile b/archivers/parchive/Makefile index dfd15fc5f70c..b3be790762e7 100644 --- a/archivers/parchive/Makefile +++ b/archivers/parchive/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Parity Archiver - makes multiple parity volumes from a set of files MAKEFILE= ${FILESDIR}/Makefile +PLIST_FILES= bin/parchive WRKSRC= ${WRKDIR}/par-cmdline .include <bsd.port.mk> diff --git a/archivers/parchive/pkg-plist b/archivers/parchive/pkg-plist deleted file mode 100644 index 353e9e831825..000000000000 --- a/archivers/parchive/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/parchive diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile index 78b606232392..d8dab4ade727 100644 --- a/archivers/ppunpack/Makefile +++ b/archivers/ppunpack/Makefile @@ -21,6 +21,7 @@ NO_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/PPUnpack MAKE_ARGS= CC="${CC}" COPTS="${CFLAGS}" +PLIST_FILES= bin/ppunpack ALL_TARGET= ppunpack do-install: diff --git a/archivers/ppunpack/pkg-plist b/archivers/ppunpack/pkg-plist deleted file mode 100644 index f29febd4826c..000000000000 --- a/archivers/ppunpack/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ppunpack diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile index 292199480420..ca7267fdaa66 100644 --- a/archivers/sectar/Makefile +++ b/archivers/sectar/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= star MAINTAINER= ports@FreeBSD.org COMMENT= A program to create encrypted tar archives +PLIST_FILES= bin/sectar USE_GETOPT_LONG= yes USE_LIBTOOL= yes diff --git a/archivers/sectar/pkg-plist b/archivers/sectar/pkg-plist deleted file mode 100644 index f0e748a2aec3..000000000000 --- a/archivers/sectar/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sectar diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index d77609f3c326..096fe0c16950 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -17,5 +17,6 @@ COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes MAN1= tardy.1 +PLIST_FILES= bin/tardy .include <bsd.port.mk> diff --git a/archivers/tardy/pkg-plist b/archivers/tardy/pkg-plist deleted file mode 100644 index e297caf6dd58..000000000000 --- a/archivers/tardy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tardy diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index 0a8d0c06d3d8..4d4f4477c874 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Converts .dms Amiga disk images to uncompressed .adf images NO_WRKSUBDIR= yes +PLIST_FILES= bin/undms do-extract: ${MKDIR} ${WRKDIR} diff --git a/archivers/undms/pkg-plist b/archivers/undms/pkg-plist deleted file mode 100644 index a145a16aa938..000000000000 --- a/archivers/undms/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/undms diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index aaf11c9ccb42..5e22083c9445 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Extracts .lzx archives from Amiga systems NO_WRKSUBDIR= yes +PLIST_FILES= bin/unlzx do-extract: ${MKDIR} ${WRKDIR} diff --git a/archivers/unlzx/pkg-plist b/archivers/unlzx/pkg-plist deleted file mode 100644 index bd0f51a69e66..000000000000 --- a/archivers/unlzx/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/unlzx diff --git a/archivers/untar/Makefile b/archivers/untar/Makefile index e2b2b7461130..08d30338d3c2 100644 --- a/archivers/untar/Makefile +++ b/archivers/untar/Makefile @@ -19,6 +19,7 @@ COMMENT= Lists/Extracts files from a "*.tgz" or "*.gz" archive NO_WRKSUBDIR= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/untar PROG= untar diff --git a/archivers/untar/pkg-plist b/archivers/untar/pkg-plist deleted file mode 100644 index bd02a6988539..000000000000 --- a/archivers/untar/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/untar diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index a5486c0c748b..d0b11eacdcf7 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend to SETI@Home GNU_CONFIGURE= yes +PLIST_FILES= bin/fooseti USE_GETTEXT= yes USE_GNOME= gtk12 diff --git a/astro/fooseti/pkg-plist b/astro/fooseti/pkg-plist deleted file mode 100644 index f61d317007ff..000000000000 --- a/astro/fooseti/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/fooseti diff --git a/astro/phoon/Makefile b/astro/phoon/Makefile index 05dca124d2ab..811ae8f2642a 100644 --- a/astro/phoon/Makefile +++ b/astro/phoon/Makefile @@ -18,6 +18,7 @@ COMMENT= Phoon displays the phase of the moon WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes MAN1= phoon.1 +PLIST_FILES= bin/phoon pre-patch: @${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \ diff --git a/astro/phoon/pkg-plist b/astro/phoon/pkg-plist deleted file mode 100644 index 5eb4bd93db65..000000000000 --- a/astro/phoon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/phoon diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 758884c455c6..ab3fc8d96e11 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -18,6 +18,7 @@ COMMENT= Python script that downloads weather data and can be cronned USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= bin/pyWeather post-patch: @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ diff --git a/astro/pyweather/pkg-plist b/astro/pyweather/pkg-plist deleted file mode 100644 index cd635b12b3b6..000000000000 --- a/astro/pyweather/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pyWeather diff --git a/astro/stars/Makefile b/astro/stars/Makefile index c8050bc91621..db7d5090acab 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -15,6 +15,7 @@ DISTNAME= stars-1.0-ss-11.00 MAINTAINER= ports@FreeBSD.org COMMENT= Star field demo +PLIST_FILES= bin/stars WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes diff --git a/astro/stars/pkg-plist b/astro/stars/pkg-plist deleted file mode 100644 index 3d290bf19f98..000000000000 --- a/astro/stars/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/stars diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index ea21c1c6dba5..8b7af9ef7bc6 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -20,5 +20,6 @@ USE_XPM= yes ALL_TARGET= clean all MAN1= wmSun.1 +PLIST_FILES= bin/wmSun .include <bsd.port.mk> diff --git a/astro/wmsun/pkg-plist b/astro/wmsun/pkg-plist deleted file mode 100644 index 4f844117f475..000000000000 --- a/astro/wmsun/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmSun diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 184cd85bd0b7..48beff4a93e9 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -18,5 +18,6 @@ COMMENT= Set the root window to the moon in its current phase USE_IMAKE= yes MAN1= xphoon.1 +PLIST_FILES= bin/xphoon .include <bsd.port.mk> diff --git a/astro/xphoon/pkg-plist b/astro/xphoon/pkg-plist deleted file mode 100644 index c29a5cf5ac9f..000000000000 --- a/astro/xphoon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xphoon diff --git a/audio/abcselect/Makefile b/audio/abcselect/Makefile index ce3a80b4358b..c12b520324b2 100644 --- a/audio/abcselect/Makefile +++ b/audio/abcselect/Makefile @@ -18,6 +18,7 @@ USE_PERL5= yes NO_BUILD= yes MAN1= abcselect.1 +PLIST_FILES= bin/abcselect post-patch: @${PERL} -pi -e "s,/usr/bin/perl,${SETENV} perl,g" ${WRKSRC}/abcselect diff --git a/audio/abcselect/pkg-plist b/audio/abcselect/pkg-plist deleted file mode 100644 index 1fe01f6e91d3..000000000000 --- a/audio/abcselect/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/abcselect diff --git a/audio/alienwah/Makefile b/audio/alienwah/Makefile index 115a63046f35..e76c30ec1ab5 100644 --- a/audio/alienwah/Makefile +++ b/audio/alienwah/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USE_GMAKE= yes INSTALLS_SHLIB= yes +PLIST_FILES= lib/ladspa/aw.so do-install: @${INSTALL_DATA} ${WRKSRC}/aw.so ${LOCALBASE}/lib/ladspa diff --git a/audio/alienwah/pkg-plist b/audio/alienwah/pkg-plist deleted file mode 100644 index 682ac664a6da..000000000000 --- a/audio/alienwah/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/ladspa/aw.so diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index ff149760a970..35e7e3b7967b 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/cmt USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes +PLIST_FILES= lib/ladspa/cmt.so pre-patch: @${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} \ diff --git a/audio/cmt/pkg-plist b/audio/cmt/pkg-plist deleted file mode 100644 index b6005eda1fb9..000000000000 --- a/audio/cmt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/ladspa/cmt.so diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index ddc216f62236..9bc2e13e3e13 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes USE_SDL= yes CFLAGS+= `${SDL_CONFIG} --cflags` LIBS+= `${SDL_CONFIG} --libs` +PLIST_FILES= bin/drumpiler post-patch: @${REINPLACE_CMD} -e "s|SDL.h|SDL11/SDL.h|" ${WRKSRC}/drumpiler.c diff --git a/audio/drumpiler/pkg-plist b/audio/drumpiler/pkg-plist deleted file mode 100644 index 742cd1b14217..000000000000 --- a/audio/drumpiler/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/drumpiler diff --git a/audio/ermixer/Makefile b/audio/ermixer/Makefile index 301027c74a29..098c0430b632 100644 --- a/audio/ermixer/Makefile +++ b/audio/ermixer/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS+=--enable-qt CONFIGURE_ENV+= QTDIR="${X11BASE}" CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} -L${X11BASE}/lib" CONFIGURE_ENV+= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" +PLIST_FILES= bin/ermixer .include <bsd.port.pre.mk> .include "${FILESDIR}/manpages.mk" diff --git a/audio/ermixer/pkg-plist b/audio/ermixer/pkg-plist deleted file mode 100644 index 268654d6437e..000000000000 --- a/audio/ermixer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ermixer diff --git a/audio/gdrdao/Makefile b/audio/gdrdao/Makefile index 15b09dd44c96..b5a644645b92 100644 --- a/audio/gdrdao/Makefile +++ b/audio/gdrdao/Makefile @@ -18,5 +18,6 @@ RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao USE_GNOME= gnomeprefix gnomelibs GNU_CONFIGURE= yes +PLIST_FILES= bin/gdrdao .include <bsd.port.mk> diff --git a/audio/gdrdao/pkg-plist b/audio/gdrdao/pkg-plist deleted file mode 100644 index 366a154ceb91..000000000000 --- a/audio/gdrdao/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gdrdao diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index e7f92eaa9113..f1337978dd8e 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -16,6 +16,7 @@ COMMENT= An id3 tag editor for mp3 files GNU_CONFIGURE= yes MAN1= id3ed.1 +PLIST_FILES= bin/id3ed do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin diff --git a/audio/id3ed/pkg-plist b/audio/id3ed/pkg-plist deleted file mode 100644 index e94f522d70cd..000000000000 --- a/audio/id3ed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/id3ed diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index d43174c496f0..eb9142ec0b82 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --without-sdl .if defined(WITH_DOUBLE_SAMPLES) CONFIGURE_ARGS+= --with-double-samples .endif +PLIST_FILES= bin/mhwaveedit pre-everything:: @${ECHO_MSG} "" diff --git a/audio/mhwaveedit/pkg-plist b/audio/mhwaveedit/pkg-plist deleted file mode 100644 index 7419f031e87e..000000000000 --- a/audio/mhwaveedit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mhwaveedit diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile index 3096538decda..a603f0be8f88 100644 --- a/audio/mixer.app/Makefile +++ b/audio/mixer.app/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Another mixer intended for the windowmaker dockapp +PLIST_FILES= bin/Mixer.app WRKSRC= ${WRKDIR}/Mixer.app-${PORTVERSION} USE_XPM= yes diff --git a/audio/mixer.app/pkg-plist b/audio/mixer.app/pkg-plist deleted file mode 100644 index ef8ed535c9eb..000000000000 --- a/audio/mixer.app/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/Mixer.app diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index dbffd675abd1..d722ecb6adc8 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -27,6 +27,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= ${WRKSRC}/${PORTNAME} NO_BUILD= yes +PLIST_FILES= bin/mp32ogg post-patch: @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/mp32ogg diff --git a/audio/mp32ogg/pkg-plist b/audio/mp32ogg/pkg-plist deleted file mode 100644 index ba2d7bba0108..000000000000 --- a/audio/mp32ogg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mp32ogg diff --git a/audio/mp3burn/Makefile b/audio/mp3burn/Makefile index d98b048fbbce..0f9a4203e300 100644 --- a/audio/mp3burn/Makefile +++ b/audio/mp3burn/Makefile @@ -22,6 +22,7 @@ NO_BUILD= yes USE_REINPLACE= yes MAN1= mp3burn.1 MANCOMPRESSED= no +PLIST_FILES= bin/mp3burn post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/mp3burn diff --git a/audio/mp3burn/pkg-plist b/audio/mp3burn/pkg-plist deleted file mode 100644 index f96e0aaa0b0d..000000000000 --- a/audio/mp3burn/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mp3burn diff --git a/audio/mp3rename/Makefile b/audio/mp3rename/Makefile index 1e2efdb8b86a..0e4950bca314 100644 --- a/audio/mp3rename/Makefile +++ b/audio/mp3rename/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A renaming program for mp3 files based on their id3tag +PLIST_FILES= bin/mp3rename WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig do-build: diff --git a/audio/mp3rename/pkg-plist b/audio/mp3rename/pkg-plist deleted file mode 100644 index a2c8eb8e918f..000000000000 --- a/audio/mp3rename/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mp3rename diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index a85541161112..23e14897d9ef 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -18,6 +18,7 @@ COMMENT= Read information about mp3s and oggs bitstream WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_FILES= bin/mp3stat USE_GNOME= gtk12 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" diff --git a/audio/mp3stat/pkg-plist b/audio/mp3stat/pkg-plist deleted file mode 100644 index 2f3e0044c11d..000000000000 --- a/audio/mp3stat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mp3stat diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index fd539d104990..97c014f250bd 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -41,6 +41,7 @@ MAKE_ENV+= HAVE_NAS=${HAVE_NAS} .endif MAN1= mpg123.1 +PLIST_FILES= bin/mpg123 .include <bsd.port.pre.mk> diff --git a/audio/mpg123/pkg-plist b/audio/mpg123/pkg-plist deleted file mode 100644 index d19fd7e8c43c..000000000000 --- a/audio/mpg123/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mpg123 diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 609fffe2d2f2..53403b29d9a2 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player MAKEFILE= makefile +PLIST_FILES= bin/mpmf20 .include <bsd.port.pre.mk> diff --git a/audio/mpmf20/pkg-plist b/audio/mpmf20/pkg-plist deleted file mode 100644 index 6247ffa6aaef..000000000000 --- a/audio/mpmf20/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mpmf20 diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index eb32ff41f000..57c53ee8fdab 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+ MAN1= nspmod.1 +PLIST_FILES= bin/nspmod do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin diff --git a/audio/nspmod/pkg-plist b/audio/nspmod/pkg-plist deleted file mode 100644 index 9194b83057f0..000000000000 --- a/audio/nspmod/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nspmod diff --git a/audio/play/Makefile b/audio/play/Makefile index 4405794c59e3..d8171c64017e 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -16,6 +16,7 @@ COMMENT= A simple audio file player MANLANG= ja MAN1= play.1 MANCOMPRESSED= yes +PLIST_FILES= bin/play post-patch: .for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c diff --git a/audio/play/pkg-plist b/audio/play/pkg-plist deleted file mode 100644 index 2537e3ffcd3d..000000000000 --- a/audio/play/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/play diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 6b69f17edce8..29c1635eae7d 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -17,6 +17,7 @@ COMMENT= Python extension module to play sounds and background music LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/pysolsoundserver.so WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_SDL= mixer sdl diff --git a/audio/pysol-sound-server/pkg-plist b/audio/pysol-sound-server/pkg-plist deleted file mode 100644 index 6be9cadd2594..000000000000 --- a/audio/pysol-sound-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/pysolsoundserver.so diff --git a/audio/rebler/Makefile b/audio/rebler/Makefile index 06b8e497210c..e7f805aaa5cd 100644 --- a/audio/rebler/Makefile +++ b/audio/rebler/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= mpeg2:${PORTSDIR}/multimedia/libmpeg2 \ aviplay.0:${PORTSDIR}/multimedia/avifile \ popt:${PORTSDIR}/devel/popt +PLIST_FILES= bin/rebler USE_BZIP2= yes AVIFILE_CONFIG?= ${LOCALBASE}/bin/avifile-config CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ diff --git a/audio/rebler/pkg-plist b/audio/rebler/pkg-plist deleted file mode 100644 index a6bc89549c44..000000000000 --- a/audio/rebler/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rebler diff --git a/audio/replay/Makefile b/audio/replay/Makefile index a5c28095b1d9..2b4c141e9c7d 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Another GTK-based mp3 player +PLIST_FILES= bin/replay USE_X_PREFIX= yes USE_GNOME= gtk12 esound GNU_CONFIGURE= yes diff --git a/audio/replay/pkg-plist b/audio/replay/pkg-plist deleted file mode 100644 index 86e03f35af28..000000000000 --- a/audio/replay/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/replay diff --git a/audio/sfront/Makefile b/audio/sfront/Makefile index 2e586c190834..ffdeeb68b414 100644 --- a/audio/sfront/Makefile +++ b/audio/sfront/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= ${PKGNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A translator that converts MP4-SA files into efficient C programs +PLIST_FILES= bin/sfront USE_REINPLACE= yes USE_BISON= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src diff --git a/audio/sfront/pkg-plist b/audio/sfront/pkg-plist deleted file mode 100644 index 108561e3d144..000000000000 --- a/audio/sfront/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sfront diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 9701bf58f994..aae64248aa8c 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -29,6 +29,7 @@ USE_PERL5= yes NO_BUILD= yes MAN1= soundgrab.1 +PLIST_FILES= bin/soundgrab do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/soundgrab ${PREFIX}/bin diff --git a/audio/soundgrab/pkg-plist b/audio/soundgrab/pkg-plist deleted file mode 100644 index 7935a09c7b81..000000000000 --- a/audio/soundgrab/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/soundgrab diff --git a/audio/trm/Makefile b/audio/trm/Makefile index 24b5bfb96dc2..5cb891da0081 100644 --- a/audio/trm/Makefile +++ b/audio/trm/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +PLIST_FILES= bin/trm post-patch: @${REINPLACE_CMD} -e 's,-ldl,,g' ${WRKSRC}/configure diff --git a/audio/trm/pkg-plist b/audio/trm/pkg-plist deleted file mode 100644 index 3742dd7601d3..000000000000 --- a/audio/trm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/trm diff --git a/audio/umix/Makefile b/audio/umix/Makefile index e7e2168279fa..ee0269bd7da1 100644 --- a/audio/umix/Makefile +++ b/audio/umix/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= umix.1 +PLIST_FILES= bin/umix post-patch: @${REINPLACE_CMD} -e \ diff --git a/audio/umix/pkg-plist b/audio/umix/pkg-plist deleted file mode 100644 index 4a976ce8f959..000000000000 --- a/audio/umix/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/umix diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 8ff77214075e..fd674ba72020 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -23,7 +23,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= vorbisgain.1 +MAN1= vorbisgain.1 +PLIST_FILES= bin/vorbisgain pre-configure: @${CHMOD} +x ${WRKSRC}/configure diff --git a/audio/vorbisgain/pkg-plist b/audio/vorbisgain/pkg-plist deleted file mode 100644 index a305441366d3..000000000000 --- a/audio/vorbisgain/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vorbisgain diff --git a/audio/wmcdplay/Makefile b/audio/wmcdplay/Makefile index 19e486b1dbab..ed2327b33920 100644 --- a/audio/wmcdplay/Makefile +++ b/audio/wmcdplay/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A CD player for the WindowMaker dock +PLIST_FILES= bin/wmcdplay WRKSRC= ${WRKDIR}/wmcdplay USE_IMAKE= yes diff --git a/audio/wmcdplay/pkg-plist b/audio/wmcdplay/pkg-plist deleted file mode 100644 index 891d9d69f922..000000000000 --- a/audio/wmcdplay/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmcdplay diff --git a/audio/wmfmixer/Makefile b/audio/wmfmixer/Makefile index 0869fe5067d8..f8c2fc88ba02 100644 --- a/audio/wmfmixer/Makefile +++ b/audio/wmfmixer/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://www.finik.net/files/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An audio mixer for the WindowMaker dock +PLIST_FILES= bin/wmfmixer USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes diff --git a/audio/wmfmixer/pkg-plist b/audio/wmfmixer/pkg-plist deleted file mode 100644 index 430b087823ae..000000000000 --- a/audio/wmfmixer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmfmixer diff --git a/audio/wmix/Makefile b/audio/wmix/Makefile index c6b3465278e4..f278ba7a38be 100644 --- a/audio/wmix/Makefile +++ b/audio/wmix/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ MAINTAINER= ports@FreeBSD.org COMMENT= An audio mixer for the WindowMaker dock with TV-like OSD +PLIST_FILES= bin/wmix USE_XPM= YES USE_X_PREFIX= YES diff --git a/audio/wmix/pkg-plist b/audio/wmix/pkg-plist deleted file mode 100644 index 75b518659d19..000000000000 --- a/audio/wmix/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmix diff --git a/audio/wmrecord/Makefile b/audio/wmrecord/Makefile index 65179f69048a..ee599c482cf6 100644 --- a/audio/wmrecord/Makefile +++ b/audio/wmrecord/Makefile @@ -17,6 +17,7 @@ USE_XPM= YES USE_X_PREFIX= YES MAN1= wmrecord.1 +PLIST_FILES= bin/wmrecord do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmrecord ${PREFIX}/bin diff --git a/audio/wmrecord/pkg-plist b/audio/wmrecord/pkg-plist deleted file mode 100644 index a077bfec5c35..000000000000 --- a/audio/wmrecord/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmrecord diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile index 10fa5674c737..6a26d20fdb3f 100644 --- a/audio/wmsmixer/Makefile +++ b/audio/wmsmixer/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.hibernaculum.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= An audio mixer for the WindowMaker dock +PLIST_FILES= bin/wmsmixer USE_XPM= YES USE_IMAKE= YES MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" diff --git a/audio/wmsmixer/pkg-plist b/audio/wmsmixer/pkg-plist deleted file mode 100644 index 6357ba693507..000000000000 --- a/audio/wmsmixer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmsmixer diff --git a/audio/xmms-tfmx/Makefile b/audio/xmms-tfmx/Makefile index 7bcfd66dc85a..ede26288db50 100644 --- a/audio/xmms-tfmx/Makefile +++ b/audio/xmms-tfmx/Makefile @@ -17,6 +17,7 @@ COMMENT= XMMS Input plugin for playing TFMX tunes LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms +PLIST_FILES= lib/xmms/Input/libtfmx.so USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/audio/xmms-tfmx/pkg-plist b/audio/xmms-tfmx/pkg-plist deleted file mode 100644 index 83fcacadc57a..000000000000 --- a/audio/xmms-tfmx/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libtfmx.so diff --git a/audio/xmpeg3/Makefile b/audio/xmpeg3/Makefile index 633ccc1331d9..27055a3634a0 100644 --- a/audio/xmpeg3/Makefile +++ b/audio/xmpeg3/Makefile @@ -18,6 +18,7 @@ COMMENT= Simple TCL interface to the Amp Mpeg-3 player RUN_DEPENDS= amp:${PORTSDIR}/audio/amp \ wish8.2:${PORTSDIR}/x11-toolkits/tk82 +PLIST_FILES= bin/xmpeg3 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/xmpeg3 diff --git a/audio/xmpeg3/pkg-plist b/audio/xmpeg3/pkg-plist deleted file mode 100644 index 711a98d8dc22..000000000000 --- a/audio/xmpeg3/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmpeg3 diff --git a/audio/xvmixer/Makefile b/audio/xvmixer/Makefile index 68c0a23699b7..6a595af09004 100644 --- a/audio/xvmixer/Makefile +++ b/audio/xvmixer/Makefile @@ -16,6 +16,7 @@ COMMENT= Open Look-based audio mixer LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +PLIST_FILES= bin/xvmixer USE_REINPLACE= yes post-patch: diff --git a/audio/xvmixer/pkg-plist b/audio/xvmixer/pkg-plist deleted file mode 100644 index 1ab2a7c65501..000000000000 --- a/audio/xvmixer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xvmixer diff --git a/benchmarks/tmetric/Makefile b/benchmarks/tmetric/Makefile index 9919ed2e45f8..0951f3fc271c 100644 --- a/benchmarks/tmetric/Makefile +++ b/benchmarks/tmetric/Makefile @@ -16,6 +16,7 @@ COMMENT= A bandwidth measurement tool HAS_CONFIGURE= yes ALL_TARGET= ${PORTNAME} +PLIST_FILES= sbin/tmetric USE_BZIP2= yes USE_REINPLACE= yes diff --git a/benchmarks/tmetric/pkg-plist b/benchmarks/tmetric/pkg-plist deleted file mode 100644 index d30e59106475..000000000000 --- a/benchmarks/tmetric/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/tmetric diff --git a/biology/sim4/Makefile b/biology/sim4/Makefile index bb4b65d86d45..dedfc9fc9ca1 100644 --- a/biology/sim4/Makefile +++ b/biology/sim4/Makefile @@ -17,6 +17,7 @@ COMMENT= An algorithm for aligning expressed DNA with genomic sequences WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g} ALL_TARGET= sim4 +PLIST_FILES= bin/sim4 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin diff --git a/biology/sim4/pkg-plist b/biology/sim4/pkg-plist deleted file mode 100644 index 166054a68786..000000000000 --- a/biology/sim4/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sim4 diff --git a/cad/chipvault/Makefile b/cad/chipvault/Makefile index 5e3133774d54..e019717619a2 100644 --- a/cad/chipvault/Makefile +++ b/cad/chipvault/Makefile @@ -21,6 +21,7 @@ EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_BUILD= yes +PLIST_FILES= bin/cv USE_PERL5_RUN= yes do-install: diff --git a/cad/chipvault/pkg-plist b/cad/chipvault/pkg-plist deleted file mode 100644 index 7a9e77960981..000000000000 --- a/cad/chipvault/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cv diff --git a/cad/qmls/Makefile b/cad/qmls/Makefile index d6e602ed495f..0ace3051d1f4 100644 --- a/cad/qmls/Makefile +++ b/cad/qmls/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Quine-McCluskey Logic Simplifier +PLIST_FILES= bin/qmls USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/cad/qmls/pkg-plist b/cad/qmls/pkg-plist deleted file mode 100644 index 641b99dad862..000000000000 --- a/cad/qmls/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qmls diff --git a/chinese/xttmgr/Makefile b/chinese/xttmgr/Makefile index 89d5a1fc01a3..6a8e647755fa 100644 --- a/chinese/xttmgr/Makefile +++ b/chinese/xttmgr/Makefile @@ -15,4 +15,6 @@ COMMENT= A Big5/GB enhanced TrueType Font Manager BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 +PLIST_FILES= bin/xttmgr + .include <bsd.port.mk> diff --git a/chinese/xttmgr/pkg-plist b/chinese/xttmgr/pkg-plist deleted file mode 100644 index f80dbe4f5b27..000000000000 --- a/chinese/xttmgr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xttmgr diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile index 41e18eaf4d0c..29a89cb9a162 100644 --- a/comms/acfax/Makefile +++ b/comms/acfax/Makefile @@ -17,6 +17,7 @@ COMMENT= Recieve faxes using sound card and radio LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +PLIST_FILES= bin/acfax WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes diff --git a/comms/acfax/pkg-plist b/comms/acfax/pkg-plist deleted file mode 100644 index cdb5e4c87ae8..000000000000 --- a/comms/acfax/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/acfax diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile index 79ef42d7f601..ab980f53f063 100644 --- a/comms/asmodem/Makefile +++ b/comms/asmodem/Makefile @@ -19,5 +19,6 @@ USE_IMAKE= yes USE_XPM= yes MAN1= asmodem.1 +PLIST_FILES= bin/asmodem .include <bsd.port.mk> diff --git a/comms/asmodem/pkg-plist b/comms/asmodem/pkg-plist deleted file mode 100644 index bb14822a49a3..000000000000 --- a/comms/asmodem/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asmodem diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 0f0517f20a7a..9a5e36cf9fa6 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -17,5 +17,6 @@ COMMENT= Simple program to convert binary files to base64 GNU_CONFIGURE= yes ALL_TARGET= prog MAN1= base64.1 +PLIST_FILES= bin/base64 .include <bsd.port.mk> diff --git a/converters/base64/pkg-plist b/converters/base64/pkg-plist deleted file mode 100644 index 7823340ee657..000000000000 --- a/converters/base64/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/base64 diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index fd9aedbce97c..e2bed25f60cd 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -18,6 +18,7 @@ COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +PLIST_FILES= bin/dbf USE_REINPLACE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" diff --git a/databases/dbf/pkg-plist b/databases/dbf/pkg-plist deleted file mode 100644 index c7838e6e24a9..000000000000 --- a/databases/dbf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dbf diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile index 10ae742fd91d..9d60f1e82fec 100644 --- a/databases/py-rrdpipe/Makefile +++ b/databases/py-rrdpipe/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py do-install: @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR} diff --git a/databases/py-rrdpipe/pkg-plist b/databases/py-rrdpipe/pkg-plist deleted file mode 100644 index 7bfe68f2d0af..000000000000 --- a/databases/py-rrdpipe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py diff --git a/deskutils/aspostit/Makefile b/deskutils/aspostit/Makefile index 7128896ea1f9..e960a4335e24 100644 --- a/deskutils/aspostit/Makefile +++ b/deskutils/aspostit/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= aspostit.1 +PLIST_FILES= bin/aspostit do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${PREFIX}/bin/ diff --git a/deskutils/aspostit/pkg-plist b/deskutils/aspostit/pkg-plist deleted file mode 100644 index 39708ada3cb4..000000000000 --- a/deskutils/aspostit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/aspostit diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile index 1912a7f72ce8..78d0393ac7e3 100644 --- a/deskutils/bigyear/Makefile +++ b/deskutils/bigyear/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program to print a large (one month per page) calendar MAN1= bigyear.1 +PLIST_FILES= bin/bigyear post-extract: ${RM} ${WRKSRC}/bigyear diff --git a/deskutils/bigyear/pkg-plist b/deskutils/bigyear/pkg-plist deleted file mode 100644 index a073382a28ae..000000000000 --- a/deskutils/bigyear/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bigyear diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile index e1d629faa9dd..269d75eb750c 100644 --- a/deskutils/dlume/Makefile +++ b/deskutils/dlume/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/dlume post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in diff --git a/deskutils/dlume/pkg-plist b/deskutils/dlume/pkg-plist deleted file mode 100644 index cd4b26358e5e..000000000000 --- a/deskutils/dlume/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dlume diff --git a/deskutils/gaddr/Makefile b/deskutils/gaddr/Makefile index 09104ca0b50d..79e556f8ee3d 100644 --- a/deskutils/gaddr/Makefile +++ b/deskutils/gaddr/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/ MAINTAINER= ports@FreeBSD.org COMMENT= A GTK (and optionally, GNOME) address book +PLIST_FILES= bin/gaddr USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 diff --git a/deskutils/gaddr/pkg-plist b/deskutils/gaddr/pkg-plist deleted file mode 100644 index 58545dd8835c..000000000000 --- a/deskutils/gaddr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gaddr diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index 262211b92d11..34aab844851f 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -21,6 +21,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= gtimer.1 +PLIST_FILES= bin/gtimer post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ diff --git a/deskutils/gtimer/pkg-plist b/deskutils/gtimer/pkg-plist deleted file mode 100644 index bae9a494ca8d..000000000000 --- a/deskutils/gtimer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gtimer diff --git a/deskutils/mencal/Makefile b/deskutils/mencal/Makefile index 8492290eaffe..652c123ab916 100644 --- a/deskutils/mencal/Makefile +++ b/deskutils/mencal/Makefile @@ -15,6 +15,7 @@ COMMENT= A variation of the unix command cal USE_PERL5= yes NO_BUILD= yes +PLIST_FILES= bin/mencal do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin diff --git a/deskutils/mencal/pkg-plist b/deskutils/mencal/pkg-plist deleted file mode 100644 index 65c1623e6939..000000000000 --- a/deskutils/mencal/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mencal diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile index 10acb74df75d..4641d8760e33 100644 --- a/devel/bnf/Makefile +++ b/devel/bnf/Makefile @@ -18,5 +18,6 @@ COMMENT= Generate C parser given a grammar in BNF notation GNU_CONFIGURE= yes INFO= bnf +PLIST_FILES= bin/bnf .include <bsd.port.mk> diff --git a/devel/bnf/pkg-plist b/devel/bnf/pkg-plist deleted file mode 100644 index 6c23dfe45709..000000000000 --- a/devel/bnf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bnf diff --git a/devel/c_parser/Makefile b/devel/c_parser/Makefile index e5cb334af801..6fae463a43f5 100644 --- a/devel/c_parser/Makefile +++ b/devel/c_parser/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C99 Parser NO_WRKSUBDIR= yes +PLIST_FILES= bin/c_parser do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c_parser ${PREFIX}/bin diff --git a/devel/c_parser/pkg-plist b/devel/c_parser/pkg-plist deleted file mode 100644 index d7223b9b739a..000000000000 --- a/devel/c_parser/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/c_parser diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 7a3238116dd8..02d2b25d2a2e 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -15,5 +15,6 @@ COMMENT= A tool to minimize the compile time of C programs GNU_CONFIGURE= yes MAN1= ccache.1 +PLIST_FILES= bin/ccache .include <bsd.port.mk> diff --git a/devel/ccache/pkg-plist b/devel/ccache/pkg-plist deleted file mode 100644 index bae29ebf502c..000000000000 --- a/devel/ccache/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ccache diff --git a/devel/codeworker/Makefile b/devel/codeworker/Makefile index 0083b871e302..9d5cdf0eb1c2 100644 --- a/devel/codeworker/Makefile +++ b/devel/codeworker/Makefile @@ -16,6 +16,7 @@ DISTNAME= CodeWorker_SRC${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org COMMENT= A parsing tool and a source code generator +PLIST_FILES= bin/codeworker USE_ZIP= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes diff --git a/devel/codeworker/pkg-plist b/devel/codeworker/pkg-plist deleted file mode 100644 index b0c3304f630e..000000000000 --- a/devel/codeworker/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/codeworker diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile index e0c51ed02d5c..b41e2f6f4537 100644 --- a/devel/cvsadmin/Makefile +++ b/devel/cvsadmin/Makefile @@ -17,7 +17,8 @@ COMMENT= A simple program to administrate users of a CVS repository GNU_CONFIGURE= yes -MAN1= cvsadmin.1 +MAN1= cvsadmin.1 +PLIST_FILES= bin/cvsadmin post-install: ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1 diff --git a/devel/cvsadmin/pkg-plist b/devel/cvsadmin/pkg-plist deleted file mode 100644 index 6ef94cadb76f..000000000000 --- a/devel/cvsadmin/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cvsadmin diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index a3f7d2f8dd51..4dd9965ed626 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -18,7 +18,8 @@ COMMENT= CVS patchsets USE_GMAKE= yes ALL_TARGET= cvsps -MAN1= cvsps.1 +MAN1= cvsps.1 +PLIST_FILES= bin/cvsps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin diff --git a/devel/cvsps-devel/pkg-plist b/devel/cvsps-devel/pkg-plist deleted file mode 100644 index a8c7fa9a2b6f..000000000000 --- a/devel/cvsps-devel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cvsps diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile index a3f7d2f8dd51..4dd9965ed626 100644 --- a/devel/cvsps/Makefile +++ b/devel/cvsps/Makefile @@ -18,7 +18,8 @@ COMMENT= CVS patchsets USE_GMAKE= yes ALL_TARGET= cvsps -MAN1= cvsps.1 +MAN1= cvsps.1 +PLIST_FILES= bin/cvsps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin diff --git a/devel/cvsps/pkg-plist b/devel/cvsps/pkg-plist deleted file mode 100644 index a8c7fa9a2b6f..000000000000 --- a/devel/cvsps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cvsps diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile index e4c5dab8c265..580e7e4335a1 100644 --- a/devel/dia2code/Makefile +++ b/devel/dia2code/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ XML_CONFIG="${XML_CONFIG}" MAN1= dia2code.1 +PLIST_FILES= bin/dia2code post-patch: @${REINPLACE_CMD} -e 's|#include <malloc.h>||' ${WRKSRC}/dia2code/dia2code.h diff --git a/devel/dia2code/pkg-plist b/devel/dia2code/pkg-plist deleted file mode 100644 index c681af4d0b33..000000000000 --- a/devel/dia2code/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dia2code diff --git a/devel/ebnf2yacc/Makefile b/devel/ebnf2yacc/Makefile index e8144eab43ad..ef7fc51dd727 100644 --- a/devel/ebnf2yacc/Makefile +++ b/devel/ebnf2yacc/Makefile @@ -17,4 +17,6 @@ COMMENT= EBNF to YACC GNU_CONFIGURE= yes +PLIST_FILES= bin/ebnf2yacc + .include <bsd.port.mk> diff --git a/devel/ebnf2yacc/pkg-plist b/devel/ebnf2yacc/pkg-plist deleted file mode 100644 index 00698cd5047e..000000000000 --- a/devel/ebnf2yacc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ebnf2yacc diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile index 3399e9591153..dcc15ea8ad52 100644 --- a/devel/elftoaout/Makefile +++ b/devel/elftoaout/Makefile @@ -16,6 +16,7 @@ COMMENT= ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= elftoaout.1 +PLIST_FILES= bin/elftoaout do-install: ${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin diff --git a/devel/elftoaout/pkg-plist b/devel/elftoaout/pkg-plist deleted file mode 100644 index 241c8582d437..000000000000 --- a/devel/elftoaout/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/elftoaout diff --git a/devel/f77flow/Makefile b/devel/f77flow/Makefile index 57eb73af748b..2d05a8390101 100644 --- a/devel/f77flow/Makefile +++ b/devel/f77flow/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Analyze the structure of a fortran77 program ALL_TARGET= -MAN1= flow.1 +MAN1= flow.1 +PLIST_FILES= bin/flow do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow diff --git a/devel/f77flow/pkg-plist b/devel/f77flow/pkg-plist deleted file mode 100644 index 2b5d0729871d..000000000000 --- a/devel/f77flow/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flow diff --git a/devel/freescope/Makefile b/devel/freescope/Makefile index 793a145e451b..c707793631e2 100644 --- a/devel/freescope/Makefile +++ b/devel/freescope/Makefile @@ -21,7 +21,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_REINPLACE= yes GNU_CONFIGURE= yes -MAN1= freescope.1 +MAN1= freescope.1 +PLIST_FILES= bin/freescope .include <bsd.port.pre.mk> diff --git a/devel/freescope/pkg-plist b/devel/freescope/pkg-plist deleted file mode 100644 index 81a4a7075b38..000000000000 --- a/devel/freescope/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/freescope diff --git a/devel/fsmgenerator/Makefile b/devel/fsmgenerator/Makefile index 9e2fd5c8f8b4..d8197ba7bc32 100644 --- a/devel/fsmgenerator/Makefile +++ b/devel/fsmgenerator/Makefile @@ -17,6 +17,7 @@ DISTNAME= FSMGenerator${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Finite State Machine generating software +PLIST_FILES= bin/fsmgenerator USE_REINPLACE= yes USE_GMAKE= yes diff --git a/devel/fsmgenerator/pkg-plist b/devel/fsmgenerator/pkg-plist deleted file mode 100644 index 7010b413bd7a..000000000000 --- a/devel/fsmgenerator/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/fsmgenerator diff --git a/devel/g2c/Makefile b/devel/g2c/Makefile index 973b280f0fe9..6d56e01a90b8 100644 --- a/devel/g2c/Makefile +++ b/devel/g2c/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Glade to C translator +PLIST_FILES= bin/g2c USE_REINPLACE= yes USE_GNOME= gtk12 gnomehack libxml orbit WANT_GNOME= yes diff --git a/devel/g2c/pkg-plist b/devel/g2c/pkg-plist deleted file mode 100644 index d0b39feb9ee9..000000000000 --- a/devel/g2c/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/g2c diff --git a/devel/kimwitu++/Makefile b/devel/kimwitu++/Makefile index 1fd34da7b152..58bf1cb7be66 100644 --- a/devel/kimwitu++/Makefile +++ b/devel/kimwitu++/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= kc++.1 +MAN1= kc++.1 +PLIST_FILES= bin/kc++ .include <bsd.port.mk> diff --git a/devel/kimwitu++/pkg-plist b/devel/kimwitu++/pkg-plist deleted file mode 100644 index a3987ba70257..000000000000 --- a/devel/kimwitu++/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kc++ diff --git a/devel/mk/Makefile b/devel/mk/Makefile index 9f4b607b3ff5..515e15569add 100644 --- a/devel/mk/Makefile +++ b/devel/mk/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno MAN1= mk.1 +PLIST_FILES= bin/mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mk ${PREFIX}/bin diff --git a/devel/mk/pkg-plist b/devel/mk/pkg-plist deleted file mode 100644 index 6b7e855d61d2..000000000000 --- a/devel/mk/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mk diff --git a/devel/p5-PV/Makefile b/devel/p5-PV/Makefile index 5837198f0931..18fae9d182b6 100644 --- a/devel/p5-PV/Makefile +++ b/devel/p5-PV/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses USE_PERL5= YES NO_BUILD= YES +PLIST_FILES= %%SITE_PERL%%/PV.pm do-install: ${MKDIR} -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER} diff --git a/devel/p5-PV/pkg-plist b/devel/p5-PV/pkg-plist deleted file mode 100644 index 7f8211a4c0dc..000000000000 --- a/devel/p5-PV/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%SITE_PERL%%/PV.pm diff --git a/devel/p5-PerlMenu/Makefile b/devel/p5-PerlMenu/Makefile index b9f9b642b70a..c90228eb3bda 100644 --- a/devel/p5-PerlMenu/Makefile +++ b/devel/p5-PerlMenu/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses USE_PERL5= yes NO_BUILD= yes +PLIST_FILES= %%SITE_PERL%%/perlmenu.pm do-install: ${INSTALL_DATA} ${WRKSRC}/perlmenu.pm ${SITE_PERL} diff --git a/devel/p5-PerlMenu/pkg-plist b/devel/p5-PerlMenu/pkg-plist deleted file mode 100644 index 5b96346397c6..000000000000 --- a/devel/p5-PerlMenu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%SITE_PERL%%/perlmenu.pm diff --git a/devel/p65/Makefile b/devel/p65/Makefile index bceb47523fc4..823fd8a0c65c 100644 --- a/devel/p65/Makefile +++ b/devel/p65/Makefile @@ -21,6 +21,7 @@ EXTRACT_AFTER_ARGS= ${WRKSRC} USE_PERL5= yes NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= bin/p65 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/devel/p65/pkg-plist b/devel/p65/pkg-plist deleted file mode 100644 index 221fd4f83217..000000000000 --- a/devel/p65/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/p65 diff --git a/devel/py-dialog/Makefile b/devel/py-dialog/Makefile index 1b61d4e641a1..8b349c9879ac 100644 --- a/devel/py-dialog/Makefile +++ b/devel/py-dialog/Makefile @@ -18,6 +18,7 @@ EXTRACT_SUFX= .py MAINTAINER= ports@FreeBSD.org COMMENT= Python Dialog +PLIST_FILES= %%PYTHON_SITELIBDIR%%/dialog.py USE_PYTHON= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty diff --git a/devel/py-dialog/pkg-plist b/devel/py-dialog/pkg-plist deleted file mode 100644 index 7f9010a2a044..000000000000 --- a/devel/py-dialog/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/dialog.py diff --git a/devel/qtk/Makefile b/devel/qtk/Makefile index d0fbd7a5d1aa..a66deb69eb43 100644 --- a/devel/qtk/Makefile +++ b/devel/qtk/Makefile @@ -17,6 +17,7 @@ COMMENT= A neat development tool for various languages RUN_DEPENDS= ${LOCALBASE}/bin/wish8.2:${PORTSDIR}/x11-toolkits/tk82 +PLIST_FILES= bin/qtk USE_REINPLACE= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty diff --git a/devel/qtk/pkg-plist b/devel/qtk/pkg-plist deleted file mode 100644 index 0a85157fa5e9..000000000000 --- a/devel/qtk/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qtk diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile index b136ac524520..3309347eba45 100644 --- a/devel/ragel/Makefile +++ b/devel/ragel/Makefile @@ -21,7 +21,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= AWK="${AWK}" -MAN1= ragel.1 +MAN1= ragel.1 +PLIST_FILES= bin/ragel post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/devel/ragel/pkg-plist b/devel/ragel/pkg-plist deleted file mode 100644 index 2d32a35552e0..000000000000 --- a/devel/ragel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ragel diff --git a/devel/sedsed/Makefile b/devel/sedsed/Makefile index 83db4effa392..f9d391806d2a 100644 --- a/devel/sedsed/Makefile +++ b/devel/sedsed/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org COMMENT= A Python script that masters SED scripts +PLIST_FILES= bin/sedsed EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} diff --git a/devel/sedsed/pkg-plist b/devel/sedsed/pkg-plist deleted file mode 100644 index ba8032c9679d..000000000000 --- a/devel/sedsed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sedsed diff --git a/devel/showgrammar/Makefile b/devel/showgrammar/Makefile index 6b007391b7ab..1d1c4b580228 100644 --- a/devel/showgrammar/Makefile +++ b/devel/showgrammar/Makefile @@ -18,6 +18,7 @@ COMMENT= Convert a yacc grammar to syntax diagrams RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spark.py:${PORTSDIR}/devel/py-spark +PLIST_FILES= bin/showgrammar EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} diff --git a/devel/showgrammar/pkg-plist b/devel/showgrammar/pkg-plist deleted file mode 100644 index 22f8e4fc0515..000000000000 --- a/devel/showgrammar/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/showgrammar diff --git a/devel/sigslot/Makefile b/devel/sigslot/Makefile index b9a9c83b8134..0207812b82b1 100644 --- a/devel/sigslot/Makefile +++ b/devel/sigslot/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org COMMENT= C++ Signal/Slot Library +PLIST_FILES= include/sigslot.h NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/sigslot/pkg-plist b/devel/sigslot/pkg-plist deleted file mode 100644 index 68d78827e570..000000000000 --- a/devel/sigslot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -include/sigslot.h diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index cb6fbf64e7cb..2cef6da9e06f 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://pornin.nerim.net/ucpp/ MAINTAINER= ports@FreeBSD.org COMMENT= A C preprocessor and lexer -MAN1= ucpp.1 +MAN1= ucpp.1 +PLIST_FILES= bin/ucpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/devel/ucpp/pkg-plist b/devel/ucpp/pkg-plist deleted file mode 100644 index dcdf7b0c3515..000000000000 --- a/devel/ucpp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ucpp diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index 06d022be1a00..6c58dab1dbd0 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_REINPLACE= yes MAN8= dnrd.8 +PLIST_FILES= sbin/dnrd post-patch: .for F in main.c master.c diff --git a/dns/dnrd/pkg-plist b/dns/dnrd/pkg-plist deleted file mode 100644 index 8b9a119df28d..000000000000 --- a/dns/dnrd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/dnrd diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile index 2ab482e18f70..38776eb8f6b5 100644 --- a/dns/dnsproxy/Makefile +++ b/dns/dnsproxy/Makefile @@ -16,6 +16,7 @@ COMMENT= A proxy for DNS queries GNU_CONFIGURE= YES MAN1= dnsproxy.1 +PLIST_FILES= sbin/dnsproxy do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin diff --git a/dns/dnsproxy/pkg-plist b/dns/dnsproxy/pkg-plist deleted file mode 100644 index 17a96ad92124..000000000000 --- a/dns/dnsproxy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/dnsproxy diff --git a/dns/dnssecwalker/Makefile b/dns/dnssecwalker/Makefile index bd58c15c7332..1af411b1bbe6 100644 --- a/dns/dnssecwalker/Makefile +++ b/dns/dnssecwalker/Makefile @@ -22,7 +22,8 @@ NO_BUILD= yes CONFLICTS= walker-1.* -MAN1= walker.1 +MAN1= walker.1 +PLIST_FILES= bin/walker do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin diff --git a/dns/dnssecwalker/pkg-plist b/dns/dnssecwalker/pkg-plist deleted file mode 100644 index a8a76e4963fe..000000000000 --- a/dns/dnssecwalker/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/walker diff --git a/dns/host/Makefile b/dns/host/Makefile index 9cd8b3311159..24cf88290374 100644 --- a/dns/host/Makefile +++ b/dns/host/Makefile @@ -19,5 +19,6 @@ CONFLICTS= bind-8.* bind84-8.* bind9-9.* bind9-dlz-* bind9-sdb-mysql-* skalibs-* NO_WRKSUBDIR= yes MAN1= host.1 +PLIST_FILES= bin/host .include <bsd.port.mk> diff --git a/dns/host/pkg-plist b/dns/host/pkg-plist deleted file mode 100644 index 4440eb484e9a..000000000000 --- a/dns/host/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/host diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index ccc5c2116e66..c8884e186bbd 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -17,6 +17,7 @@ COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= hexcurse.1 +MAN1= hexcurse.1 +PLIST_FILES= bin/hexcurse .include <bsd.port.mk> diff --git a/editors/hexcurse/pkg-plist b/editors/hexcurse/pkg-plist deleted file mode 100644 index 3b219a4967ce..000000000000 --- a/editors/hexcurse/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hexcurse diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index f50d617f6381..e22359922520 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -19,5 +19,6 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes MAN1= textedit.1 +PLIST_FILES= bin/textedit .include <bsd.port.mk> diff --git a/editors/textedit/pkg-plist b/editors/textedit/pkg-plist deleted file mode 100644 index fb2cdbfd7523..000000000000 --- a/editors/textedit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/textedit diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index f4a88a93cf41..22314ac3a42c 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A ftp-like shell for accessing Apple II disk images MAN1= aftp.1 +PLIST_FILES= bin/aftp post-install: ${INSTALL_MAN} ${FILESDIR}/aftp.1 ${PREFIX}/man/man1 diff --git a/emulators/aftp/pkg-plist b/emulators/aftp/pkg-plist deleted file mode 100644 index a5110a174325..000000000000 --- a/emulators/aftp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/aftp diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index c99886de2269..17d84861bacc 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.zophar.net/unix/Files/ MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator with GNU source code +PLIST_FILES= bin/gbe USE_GETOPT_LONG=yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/emulators/gbe/pkg-plist b/emulators/gbe/pkg-plist deleted file mode 100644 index 05004ac66e65..000000000000 --- a/emulators/gbe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gbe diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index d312f5d962b0..bd06bd0a74b5 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -16,6 +16,7 @@ COMMENT= SEGA Genesis emulator LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/generator-gtk USE_GNOME= gtk12 USE_SDL= yes USE_REINPLACE= yes diff --git a/emulators/generator/pkg-plist b/emulators/generator/pkg-plist deleted file mode 100644 index a82a42f02df0..000000000000 --- a/emulators/generator/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/generator-gtk diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 59a7b4a49c01..cce76c89a306 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -19,6 +19,7 @@ COMMENT= Reads VMS BACKUP tapes MAN1= vmsbackup.1 MANCOMPRESSED= yes +PLIST_FILES= bin/vmsbackup MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 -f diff --git a/emulators/vmsbackup/pkg-plist b/emulators/vmsbackup/pkg-plist deleted file mode 100644 index c186fa7994ea..000000000000 --- a/emulators/vmsbackup/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vmsbackup diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile index 7814b2b3eeba..31e24a9d40e6 100644 --- a/emulators/vmware_xf4mod/Makefile +++ b/emulators/vmware_xf4mod/Makefile @@ -21,6 +21,8 @@ NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= lib/modules/drivers/vmware_drv.o + USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 diff --git a/emulators/vmware_xf4mod/pkg-plist b/emulators/vmware_xf4mod/pkg-plist deleted file mode 100644 index d3099d57d4ad..000000000000 --- a/emulators/vmware_xf4mod/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/modules/drivers/vmware_drv.o diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index c1c62838fc9f..077319669095 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -14,4 +14,6 @@ MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Find directory&file on a ftp server +PLIST_FILES= bin/ftpfind + .include <bsd.port.mk> diff --git a/ftp/ftpfind/pkg-plist b/ftp/ftpfind/pkg-plist deleted file mode 100644 index 30b9dd4745b0..000000000000 --- a/ftp/ftpfind/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ftpfind diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile index e6595183cd8d..f7bcbbfdfc89 100644 --- a/ftp/greed/Makefile +++ b/ftp/greed/Makefile @@ -20,6 +20,7 @@ USE_REINPLACE= yes MANCOMPRESSED= yes MAN1= greed.1 +PLIST_FILES= bin/greed post-patch: ${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \ diff --git a/ftp/greed/pkg-plist b/ftp/greed/pkg-plist deleted file mode 100644 index 0a9307f6c7e5..000000000000 --- a/ftp/greed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/greed diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 5c36c83d05ec..8c9f5f800433 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline MAKEFILE= makefile MAN1= hsftp.1 +PLIST_FILES= bin/hsftp .if defined(WITH_OPENSSH) RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh diff --git a/ftp/hsftp/pkg-plist b/ftp/hsftp/pkg-plist deleted file mode 100644 index 745eb3e70841..000000000000 --- a/ftp/hsftp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hsftp diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile index 2ca03c06ab7c..c71f5d410de5 100644 --- a/ftp/mget/Makefile +++ b/ftp/mget/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.cse.iitk.ac.in/users/dbera/ MAINTAINER= ports@FreeBSD.org COMMENT= Multi Threaded Wget +PLIST_FILES= bin/mget USE_GETOPT_LONG= yes CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \ ${PTHREAD_CFLAGS:S/"//g} diff --git a/ftp/mget/pkg-plist b/ftp/mget/pkg-plist deleted file mode 100644 index 2e32c1440ef2..000000000000 --- a/ftp/mget/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mget diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index f0657c3aa278..c50d9de987b0 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -16,6 +16,7 @@ COMMENT= FTP replacement with advanced user interface GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes MAN1= ncftp2.1 +PLIST_FILES= bin/ncftp2 .if defined(WITH_SOCKS) BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 diff --git a/ftp/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist deleted file mode 100644 index 41e43088d558..000000000000 --- a/ftp/ncftp2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ncftp2 diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 2509264c32f1..661eeff4cd3d 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -18,5 +18,6 @@ COMMENT= A parallel HTTP downloader similar to wget GNU_CONFIGURE= yes MAN1= puf.1 +PLIST_FILES= bin/puf .include <bsd.port.mk> diff --git a/ftp/puf/pkg-plist b/ftp/puf/pkg-plist deleted file mode 100644 index 9a7a9ce8e0d6..000000000000 --- a/ftp/puf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/puf diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index 4cf3c69f52a2..0b5b60a6295b 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -16,6 +16,7 @@ COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems NO_WRKSUBDIR= MAN8= tftpd.8 MANCOMPRESSED= yes +PLIST_FILES= libexec/tftpd pre-build: (cd ${WRKSRC}/classes; ${MAKE}) diff --git a/ftp/yale-tftpd/pkg-plist b/ftp/yale-tftpd/pkg-plist deleted file mode 100644 index d3bd373b58b4..000000000000 --- a/ftp/yale-tftpd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/tftpd diff --git a/games/blackjack/Makefile b/games/blackjack/Makefile index 6bc2ce794a58..c6f3adcd7685 100644 --- a/games/blackjack/Makefile +++ b/games/blackjack/Makefile @@ -22,5 +22,6 @@ MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" MAN1= blackjack.1 +PLIST_FILES= bin/blackjack .include <bsd.port.mk> diff --git a/games/blackjack/pkg-plist b/games/blackjack/pkg-plist deleted file mode 100644 index 0d7e5485310d..000000000000 --- a/games/blackjack/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/blackjack diff --git a/games/blockade/Makefile b/games/blockade/Makefile index 991ff7f9f6f1..e73e42ff4371 100644 --- a/games/blockade/Makefile +++ b/games/blockade/Makefile @@ -16,7 +16,8 @@ COMMENT= An X version of the `blockade' Macintosh game USE_XLIB= yes -MAN6= blockade.6 +MAN6= blockade.6 +PLIST_FILES= bin/blockade do-install: ${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin diff --git a/games/blockade/pkg-plist b/games/blockade/pkg-plist deleted file mode 100644 index 58406c75afdb..000000000000 --- a/games/blockade/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/blockade diff --git a/games/bogged/Makefile b/games/bogged/Makefile index 89ef68b651e3..bd9fcbc62ace 100644 --- a/games/bogged/Makefile +++ b/games/bogged/Makefile @@ -22,6 +22,7 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} NO_BUILD= yes +PLIST_FILES= bin/bogged USE_X_PREFIX= yes WRKSRC= ${WRKDIR} diff --git a/games/bogged/pkg-plist b/games/bogged/pkg-plist deleted file mode 100644 index 771e8fad5cba..000000000000 --- a/games/bogged/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bogged diff --git a/games/bs/Makefile b/games/bs/Makefile index ff8ac5598d17..3887402a84af 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -17,6 +17,7 @@ MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty MAN6= bs.6 +PLIST_FILES= bin/bs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin diff --git a/games/bs/pkg-plist b/games/bs/pkg-plist deleted file mode 100644 index 873300f6cf8f..000000000000 --- a/games/bs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bs diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 468f7f1b7525..345f2139a048 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" MAN6= cgoban.6 +PLIST_FILES= bin/cgoban post-patch: ${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c diff --git a/games/cgoban/pkg-plist b/games/cgoban/pkg-plist deleted file mode 100644 index 2258c76cb3c2..000000000000 --- a/games/cgoban/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cgoban diff --git a/games/cryptoslam/Makefile b/games/cryptoslam/Makefile index d5c1ed534d83..d8977ff2b075 100644 --- a/games/cryptoslam/Makefile +++ b/games/cryptoslam/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A curses-based tool for creating and solving the cryptograms +PLIST_FILES= bin/cryptoslam USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/games/cryptoslam/pkg-plist b/games/cryptoslam/pkg-plist deleted file mode 100644 index 06f6a1258fe5..000000000000 --- a/games/cryptoslam/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cryptoslam diff --git a/games/cursive/Makefile b/games/cursive/Makefile index c6a8ddb9562d..e48396fdc236 100644 --- a/games/cursive/Makefile +++ b/games/cursive/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Create ASCII character cursive handwriting MAN6= cursive.6 +PLIST_FILES= bin/cursive do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cursive ${PREFIX}/bin diff --git a/games/cursive/pkg-plist b/games/cursive/pkg-plist deleted file mode 100644 index 0f3ce41148e8..000000000000 --- a/games/cursive/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cursive diff --git a/games/eights/Makefile b/games/eights/Makefile index 8b0d7b6f9ec5..ffc3f508c8a7 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Text based card game, the objective is to get rid of all your cards +PLIST_FILES= bin/eights WRKSRC= ${WRKDIR} do-build: diff --git a/games/eights/pkg-plist b/games/eights/pkg-plist deleted file mode 100644 index cb40e42ffd88..000000000000 --- a/games/eights/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/eights diff --git a/games/flying/Makefile b/games/flying/Makefile index a523839aa385..96293c313f4e 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -18,5 +18,6 @@ COMMENT= Pool/snooker/billiards/carrom/etc game USE_IMAKE= yes MAN1= flying.1 +PLIST_FILES= bin/flying .include <bsd.port.mk> diff --git a/games/flying/pkg-plist b/games/flying/pkg-plist deleted file mode 100644 index dcae2cfa9f39..000000000000 --- a/games/flying/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flying diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index a7e92d05915f..b566c5511de9 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -15,6 +15,7 @@ COMMENT= Clone of the nifty little Macintosh game ALL_TARGET= # empty MAN6= galaxis.6 +PLIST_FILES= bin/galaxis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis diff --git a/games/galaxis/pkg-plist b/games/galaxis/pkg-plist deleted file mode 100644 index bc010556633b..000000000000 --- a/games/galaxis/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/galaxis diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile index c7a34f4704a9..0901800f6c33 100644 --- a/games/gleyes/Makefile +++ b/games/gleyes/Makefile @@ -23,5 +23,6 @@ USE_MESA= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= gleyes.1 +PLIST_FILES= bin/gleyes .include <bsd.port.mk> diff --git a/games/gleyes/pkg-plist b/games/gleyes/pkg-plist deleted file mode 100644 index 1f43d9fdc057..000000000000 --- a/games/gleyes/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gleyes diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 6e6b1cd5f4d0..2835bc5b572a 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A solitaire card game for X +PLIST_FILES= bin/oonsoo USE_XLIB= yes pre-patch: diff --git a/games/oonsoo/pkg-plist b/games/oonsoo/pkg-plist deleted file mode 100644 index 0922b405d663..000000000000 --- a/games/oonsoo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/oonsoo diff --git a/games/starlanes/Makefile b/games/starlanes/Makefile index 95d9c0c7e85e..d7fc83e88d86 100644 --- a/games/starlanes/Makefile +++ b/games/starlanes/Makefile @@ -16,6 +16,7 @@ COMMENT= The classic space-age stock trading game ALL_TARGET= # empty MAN6= starlanes.6 +PLIST_FILES= bin/starlanes post-extract: @${RM} ${WRKSRC}/starlanes diff --git a/games/starlanes/pkg-plist b/games/starlanes/pkg-plist deleted file mode 100644 index 996c6e146517..000000000000 --- a/games/starlanes/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/starlanes diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index ed47a4ba116b..06c9e2d429bf 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -18,6 +18,7 @@ COMMENT= Generates mazes on a text terminal and lets you traverse them USE_PERL5= yes WRKSRC= ${WRKDIR}/TextMaze NO_BUILD= yes +PLIST_FILES= bin/textmaze post-patch: @${PERL} -pi -e "s,/usr/local/bin/perl,${PERL},g" ${WRKSRC}/textmaze diff --git a/games/textmaze/pkg-plist b/games/textmaze/pkg-plist deleted file mode 100644 index f655a8dc9961..000000000000 --- a/games/textmaze/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/textmaze diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile index a3169c7bbd32..69d411409dc3 100644 --- a/games/tictactoe3d/Makefile +++ b/games/tictactoe3d/Makefile @@ -14,6 +14,7 @@ DISTNAME= ttt3d MAINTAINER= ports@FreeBSD.org COMMENT= This is a simple "3D" tic tac toe game +PLIST_FILES= bin/tictactoe3d WRKSRC= ${WRKDIR}/ttt3d USE_GMAKE= yes diff --git a/games/tictactoe3d/pkg-plist b/games/tictactoe3d/pkg-plist deleted file mode 100644 index b1fe57667971..000000000000 --- a/games/tictactoe3d/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tictactoe3d diff --git a/games/wmfortune/Makefile b/games/wmfortune/Makefile index 4f07a9b41ec6..dacfc6ac38ec 100644 --- a/games/wmfortune/Makefile +++ b/games/wmfortune/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.01.246.ne.jp/~m-sugano/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that outputs fortune messages +PLIST_FILES= bin/wmfortune USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes diff --git a/games/wmfortune/pkg-plist b/games/wmfortune/pkg-plist deleted file mode 100644 index 772f7be68905..000000000000 --- a/games/wmfortune/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmfortune diff --git a/games/wmpuzzle/Makefile b/games/wmpuzzle/Makefile index 8816da630a28..607a9b8e244e 100644 --- a/games/wmpuzzle/Makefile +++ b/games/wmpuzzle/Makefile @@ -25,6 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN6= wmpuzzle.6 +PLIST_FILES= bin/wmpuzzle CPPFLAGS= -I${X11BASE}/include -DBSD LDFLAGS= -L${X11BASE}/lib diff --git a/games/wmpuzzle/pkg-plist b/games/wmpuzzle/pkg-plist deleted file mode 100644 index 7af1a5c850e4..000000000000 --- a/games/wmpuzzle/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmpuzzle diff --git a/games/wmtictactoe/Makefile b/games/wmtictactoe/Makefile index 8a59bcfbfaac..09b951561771 100644 --- a/games/wmtictactoe/Makefile +++ b/games/wmtictactoe/Makefile @@ -17,6 +17,7 @@ DISTNAME= wmtictactoe-1.1-1 MAINTAINER= ports@FreeBSD.org COMMENT= A dockable TicTacToe game for WindowMaker and AfterStep +PLIST_FILES= bin/wmtictactoe USE_GMAKE= yes WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe USE_X_PREFIX= yes diff --git a/games/wmtictactoe/pkg-plist b/games/wmtictactoe/pkg-plist deleted file mode 100644 index 66a24b9ab7fe..000000000000 --- a/games/wmtictactoe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmtictactoe diff --git a/games/x3eyes/Makefile b/games/x3eyes/Makefile index 3853923a2603..614da6adcad2 100644 --- a/games/x3eyes/Makefile +++ b/games/x3eyes/Makefile @@ -16,6 +16,7 @@ COMMENT= An xeyes-like game except with 3 eyes USE_IMAKE= yes MAN1= x3eyes.1 +PLIST_FILES= bin/x3eyes post-extract: @( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man ) diff --git a/games/x3eyes/pkg-plist b/games/x3eyes/pkg-plist deleted file mode 100644 index 216dc31ceb54..000000000000 --- a/games/x3eyes/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/x3eyes diff --git a/games/xasteroids/Makefile b/games/xasteroids/Makefile index 67310abf3a90..8cfd4bb7cf1b 100644 --- a/games/xasteroids/Makefile +++ b/games/xasteroids/Makefile @@ -20,6 +20,7 @@ EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= # empty MAN6= xasteroids.6 +PLIST_FILES= bin/xasteroids post-extract: ${CP} ${FILESDIR}/Imakefile ${WRKSRC} diff --git a/games/xasteroids/pkg-plist b/games/xasteroids/pkg-plist deleted file mode 100644 index 308244699ad4..000000000000 --- a/games/xasteroids/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xasteroids diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index 8636ce4ccca1..5becb66dc07c 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/R5contrib/ MAINTAINER= ports@FreeBSD.org COMMENT= Pac-man-like game under X11 +PLIST_FILES= bin/xchomp WRKSRC= ${WRKDIR}/xchomp USE_IMAKE= yes diff --git a/games/xchomp/pkg-plist b/games/xchomp/pkg-plist deleted file mode 100644 index 9f5861b7ca5f..000000000000 --- a/games/xchomp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xchomp diff --git a/games/xcogitate/Makefile b/games/xcogitate/Makefile index 1282d4603d47..fab116a612d6 100644 --- a/games/xcogitate/Makefile +++ b/games/xcogitate/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= mph MAINTAINER= ports@FreeBSD.org COMMENT= A logic game with board and stones +PLIST_FILES= bin/xcogitate USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/XCOGITATE_SOURCE diff --git a/games/xcogitate/pkg-plist b/games/xcogitate/pkg-plist deleted file mode 100644 index 5df1d5fc03d3..000000000000 --- a/games/xcogitate/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xcogitate diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index ab13dde65c07..208cdd0d7e90 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -18,5 +18,6 @@ COMMENT= Another minesweeper game for the X Window System USE_IMAKE= yes USE_XPM= yes MAN1= xdemineur.1 +PLIST_FILES= bin/xdemineur .include <bsd.port.mk> diff --git a/games/xdemineur/pkg-plist b/games/xdemineur/pkg-plist deleted file mode 100644 index 3b91703c76b4..000000000000 --- a/games/xdemineur/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xdemineur diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index c781e4502b07..d2bbaaa3e59c 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Horrible eyes looking at your mouse cursor +PLIST_FILES= bin/xeyes+ USE_IMAKE= yes USE_XPM= yes diff --git a/games/xeyesplus/pkg-plist b/games/xeyesplus/pkg-plist deleted file mode 100644 index a5f58a4a0d9a..000000000000 --- a/games/xeyesplus/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xeyes+ diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile index d5442ca11d8d..283488a129ef 100644 --- a/games/xgolgo/Makefile +++ b/games/xgolgo/Makefile @@ -17,6 +17,7 @@ COMMENT= Watches what you are doing and whether you're hostile or not WRKSRC= ${WRKDIR}/xeyes USE_IMAKE= yes MAN1= xgolgo.1 +PLIST_FILES= bin/xgolgo post-patch: @${CP} ${WRKSRC}/xeyes.man ${WRKSRC}/xgolgo.man diff --git a/games/xgolgo/pkg-plist b/games/xgolgo/pkg-plist deleted file mode 100644 index a3e6fb67b0fa..000000000000 --- a/games/xgolgo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xgolgo diff --git a/games/xjump/Makefile b/games/xjump/Makefile index cd0966ff8e35..f26c8ce4b223 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -16,6 +16,7 @@ COMMENT= A simple X game where one tries to jump up as many levels as possible WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} +PLIST_FILES= bin/xjump USE_X_PREFIX= yes USE_XPM= yes MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \ diff --git a/games/xjump/pkg-plist b/games/xjump/pkg-plist deleted file mode 100644 index 38244f72b038..000000000000 --- a/games/xjump/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xjump diff --git a/games/xlaby/Makefile b/games/xlaby/Makefile index 0514b67a9950..dfe9c5fda787 100644 --- a/games/xlaby/Makefile +++ b/games/xlaby/Makefile @@ -20,5 +20,6 @@ COMMENT= Daemonic X Labyrinth played directly with the mouse pointer NO_WRKSUBDIR= yes USE_IMAKE= yes MAN6= xlaby.6 +PLIST_FILES= bin/xlaby .include <bsd.port.mk> diff --git a/games/xlaby/pkg-plist b/games/xlaby/pkg-plist deleted file mode 100644 index 2cfd50eeed94..000000000000 --- a/games/xlaby/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xlaby diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 3ecb7cb1eab9..5a936ad58d6d 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/Mille USE_IMAKE= yes MAN1= xmille.1 +PLIST_FILES= bin/xmille post-extract: @${FIND} ${WRKSRC} -name '*.[ao]' -delete diff --git a/games/xmille/pkg-plist b/games/xmille/pkg-plist deleted file mode 100644 index 60b2c69e9369..000000000000 --- a/games/xmille/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmille diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index a8185793b4ac..10f393e8ca0a 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -20,5 +20,6 @@ COMMENT= X11 minesweeper game USE_IMAKE= yes MAN1= xminesweep.1 +PLIST_FILES= bin/xminesweep .include <bsd.port.mk> diff --git a/games/xminesweep/pkg-plist b/games/xminesweep/pkg-plist deleted file mode 100644 index 175bf45511e1..000000000000 --- a/games/xminesweep/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xminesweep diff --git a/games/xmj/Makefile b/games/xmj/Makefile index 207842b381f4..43b7e90e9c45 100644 --- a/games/xmj/Makefile +++ b/games/xmj/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Mahjongg +PLIST_FILES= bin/xmj USE_IMAKE= yes .include <bsd.port.mk> diff --git a/games/xmj/pkg-plist b/games/xmj/pkg-plist deleted file mode 100644 index 24a86d0866e4..000000000000 --- a/games/xmj/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmj diff --git a/games/xoj/Makefile b/games/xoj/Makefile index 493f3df598fe..5a2a84d0db55 100644 --- a/games/xoj/Makefile +++ b/games/xoj/Makefile @@ -18,5 +18,6 @@ COMMENT= O. J. Simpson Simulator root window demo USE_XPM= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xoj .include <bsd.port.mk> diff --git a/games/xoj/pkg-plist b/games/xoj/pkg-plist deleted file mode 100644 index f521d487b908..000000000000 --- a/games/xoj/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xoj diff --git a/games/xothello/Makefile b/games/xothello/Makefile index 7baaeb5eda07..928d4a1d0a96 100644 --- a/games/xothello/Makefile +++ b/games/xothello/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms NO_CDROM= Possible trademark infringement +PLIST_FILES= bin/xothello USE_X_PREFIX= yes pre-build: diff --git a/games/xothello/pkg-plist b/games/xothello/pkg-plist deleted file mode 100644 index a92ba270c8b4..000000000000 --- a/games/xothello/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xothello diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile index 32197536ffbe..08f2d0278020 100644 --- a/games/xquarto/Makefile +++ b/games/xquarto/Makefile @@ -16,6 +16,7 @@ COMMENT= X version of simple but tricky board game USE_IMAKE= yes USE_XPM= yes MAN6= xquarto.6 +PLIST_FILES= bin/xquarto pre-configure: @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile diff --git a/games/xquarto/pkg-plist b/games/xquarto/pkg-plist deleted file mode 100644 index 553b5efa999d..000000000000 --- a/games/xquarto/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xquarto diff --git a/games/xripple/Makefile b/games/xripple/Makefile index 8bee9de4a330..ffc45d58fc68 100644 --- a/games/xripple/Makefile +++ b/games/xripple/Makefile @@ -21,6 +21,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= X program to make bottom of screen ripple like a pool of water +PLIST_FILES= bin/xripple USE_IMAKE= yes ALL_TARGET= xripple diff --git a/games/xripple/pkg-plist b/games/xripple/pkg-plist deleted file mode 100644 index c632193c8d69..000000000000 --- a/games/xripple/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xripple diff --git a/games/xshogi/Makefile b/games/xshogi/Makefile index 8cea998ec316..589333c92354 100644 --- a/games/xshogi/Makefile +++ b/games/xshogi/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/gnushogix:${PORTSDIR}/games/gnushogi USE_X_PREFIX= yes MAKEFILE= Makefile.custom MAN6= xshogi.6 +PLIST_FILES= bin/xshogi post-configure: @${ECHO_CMD} "DISTDIR=${WRKDIR}" >> ${WRKSRC}/${MAKEFILE} diff --git a/games/xshogi/pkg-plist b/games/xshogi/pkg-plist deleted file mode 100644 index 4b5bf153d3e4..000000000000 --- a/games/xshogi/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xshogi diff --git a/games/xsol/Makefile b/games/xsol/Makefile index 367042109854..53b6c485f4b7 100644 --- a/games/xsol/Makefile +++ b/games/xsol/Makefile @@ -17,6 +17,7 @@ COMMENT= Solitaire USE_IMAKE= yes MAN6= xsol.6 +PLIST_FILES= bin/xsol post-patch: @${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile diff --git a/games/xsol/pkg-plist b/games/xsol/pkg-plist deleted file mode 100644 index 128e3f91145b..000000000000 --- a/games/xsol/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xsol diff --git a/games/xtic/Makefile b/games/xtic/Makefile index b12cc7ae6cb9..9b02fa0cea2b 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes USE_IMAKE= yes USE_XPM= yes MAN1= xtic.1 +PLIST_FILES= bin/xtic post-patch: @${REINPLACE_CMD} -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/configure.h diff --git a/games/xtic/pkg-plist b/games/xtic/pkg-plist deleted file mode 100644 index 553cd28d787a..000000000000 --- a/games/xtic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xtic diff --git a/games/xtruco/Makefile b/games/xtruco/Makefile index e63547623f3e..fdc288b2cbae 100644 --- a/games/xtruco/Makefile +++ b/games/xtruco/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Simple version for X Window of the famous card game Super Truco +PLIST_FILES= bin/xtruco USE_X_PREFIX= yes do-install: diff --git a/games/xtruco/pkg-plist b/games/xtruco/pkg-plist deleted file mode 100644 index 8f83a0cc5ef1..000000000000 --- a/games/xtruco/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xtruco diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile index 72bc2218cc46..c0eb19161ba6 100644 --- a/games/ztrack/Makefile +++ b/games/ztrack/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DHAVE_RANDOM" ALL_TARGET= ztrack MAN6= ztrack.6 +PLIST_FILES= bin/ztrack do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ztrack ${PREFIX}/bin/ztrack diff --git a/games/ztrack/pkg-plist b/games/ztrack/pkg-plist deleted file mode 100644 index 84e0a9b74d3d..000000000000 --- a/games/ztrack/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ztrack diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index f954167ae499..baf85b157dd2 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -18,6 +18,7 @@ PATCH_DIST_ARGS= -p1 -d ${PATCH_WRKSRC} MAINTAINER= ports@FreeBSD.org COMMENT= Anti-Lamenessing Engine +PLIST_FILES= bin/ale USE_GMAKE= yes .if !defined(WITHOUT_IMAGEMAGICK) diff --git a/graphics/ale/pkg-plist b/graphics/ale/pkg-plist deleted file mode 100644 index c2c0fdcaa1e0..000000000000 --- a/graphics/ale/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ale diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile index 91bcf54a7d22..8d0fd7457ab3 100644 --- a/graphics/crw/Makefile +++ b/graphics/crw/Makefile @@ -17,5 +17,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png MAN1= crw.1 MANCOMPRESSED= yes +PLIST_FILES= bin/crw .include <bsd.port.mk> diff --git a/graphics/crw/pkg-plist b/graphics/crw/pkg-plist deleted file mode 100644 index 4ef92ee32be9..000000000000 --- a/graphics/crw/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/crw diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile index b9c3791fb2bd..09cca1faa273 100644 --- a/graphics/dc20ctrl/Makefile +++ b/graphics/dc20ctrl/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG MAN1= dc20ctrl.1 +PLIST_FILES= bin/dc20ctrl do-install: ${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin diff --git a/graphics/dc20ctrl/pkg-plist b/graphics/dc20ctrl/pkg-plist deleted file mode 100644 index 1671fa6b7198..000000000000 --- a/graphics/dc20ctrl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dc20ctrl diff --git a/graphics/deep_zoom/Makefile b/graphics/deep_zoom/Makefile index bbdee45a9d97..9d61f629948b 100644 --- a/graphics/deep_zoom/Makefile +++ b/graphics/deep_zoom/Makefile @@ -25,6 +25,7 @@ USE_GNOME= glib12 USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include `${IMLIB2_CONFIG} --cflags` MAKE_ENV= CC=${CXX} LDFLAGS="`${IMLIB2_CONFIG} --libs`" +PLIST_FILES= bin/deep_zoom post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS=|CFLAGS+=|g" \ diff --git a/graphics/deep_zoom/pkg-plist b/graphics/deep_zoom/pkg-plist deleted file mode 100644 index cbc07d1f7f9c..000000000000 --- a/graphics/deep_zoom/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/deep_zoom diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 3fda90baa7e7..c5b0e587b4a2 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -22,6 +22,7 @@ USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= bin/divxcalc pre-configure: @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common diff --git a/graphics/divxcalc/pkg-plist b/graphics/divxcalc/pkg-plist deleted file mode 100644 index 32d3775d9591..000000000000 --- a/graphics/divxcalc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/divxcalc diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index 111f38f10b0b..3be83defeab7 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INFO= dvipng +PLIST_FILES= bin/dvipng post-install: @${STRIP_CMD} ${PREFIX}/bin/dvipng diff --git a/graphics/dvipng/pkg-plist b/graphics/dvipng/pkg-plist deleted file mode 100644 index ab50bf90e140..000000000000 --- a/graphics/dvipng/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dvipng diff --git a/graphics/ecg2png/Makefile b/graphics/ecg2png/Makefile index be0001c348ee..77ac347d19a2 100644 --- a/graphics/ecg2png/Makefile +++ b/graphics/ecg2png/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/ecg2png USE_REINPLACE= yes USE_QT_VER= 3 USE_GMAKE= yes diff --git a/graphics/ecg2png/pkg-plist b/graphics/ecg2png/pkg-plist deleted file mode 100644 index 8737fa851fcd..000000000000 --- a/graphics/ecg2png/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ecg2png diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index fa25ebd15136..940894462826 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -18,6 +18,7 @@ COMMENT= GPL standalone Flash (TM) player LIB_DEPENDS= flash.0:${.CURDIR}/../libflash +PLIST_FILES= bin/swfplayer USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME}/Player diff --git a/graphics/flashplayer/pkg-plist b/graphics/flashplayer/pkg-plist deleted file mode 100644 index 79396b1733e1..000000000000 --- a/graphics/flashplayer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/swfplayer diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile index 6bef62d1c9a2..cdefae4fbdb0 100644 --- a/graphics/flip/Makefile +++ b/graphics/flip/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode WRKSRC= ${WRKDIR}/${DISTNAME:R} +PLIST_FILES= bin/flip USE_QT_VER= 3 USE_REINPLACE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" diff --git a/graphics/flip/pkg-plist b/graphics/flip/pkg-plist deleted file mode 100644 index 9e9435b7cc7a..000000000000 --- a/graphics/flip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flip diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index 58d174b28595..b2f3fdd0167d 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based color picker +PLIST_FILES= bin/gcolor USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/graphics/gcolor/pkg-plist b/graphics/gcolor/pkg-plist deleted file mode 100644 index 6f2c70560d3e..000000000000 --- a/graphics/gcolor/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gcolor diff --git a/graphics/gifmerge/Makefile b/graphics/gifmerge/Makefile index 5997b51d36e5..65edd54895b0 100644 --- a/graphics/gifmerge/Makefile +++ b/graphics/gifmerge/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for making a GIF Animation NO_WRKSUBDIR= yes +PLIST_FILES= bin/gifmerge do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o gifmerge gifmerge.c diff --git a/graphics/gifmerge/pkg-plist b/graphics/gifmerge/pkg-plist deleted file mode 100644 index 9cecab3a5964..000000000000 --- a/graphics/gifmerge/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gifmerge diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index de269be91299..75923c028d6a 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -19,6 +19,7 @@ NO_WRKSUBDIR= yes USE_REINPLACE= yes MAN1= giftrans.1 +PLIST_FILES= bin/giftrans do-extract: @${MKDIR} ${WRKSRC} diff --git a/graphics/giftrans/pkg-plist b/graphics/giftrans/pkg-plist deleted file mode 100644 index fe1d75e275c0..000000000000 --- a/graphics/giftrans/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/giftrans diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index 4235a144da49..c28ed1151fee 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes MAN5= gkrellkam-list.5 +PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so MAKE_ENV+= MKDIR="${MKDIR}" \ INSTALL_DATA="${INSTALL_DATA}" diff --git a/graphics/gkrellkam2/pkg-plist b/graphics/gkrellkam2/pkg-plist deleted file mode 100644 index 63d7c335e513..000000000000 --- a/graphics/gkrellkam2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/gkrellm2/plugins/gkrellkam2.so diff --git a/graphics/glean/Makefile b/graphics/glean/Makefile index 9c31e86cbe49..20b9a12e36e6 100644 --- a/graphics/glean/Makefile +++ b/graphics/glean/Makefile @@ -19,6 +19,7 @@ COMMENT= Suite of OpenGL conformance tests LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +PLIST_FILES= bin/glean WRKSRC= ${WRKDIR}/glean/src USE_BZIP2= yes USE_GL= yes diff --git a/graphics/glean/pkg-plist b/graphics/glean/pkg-plist deleted file mode 100644 index 036184dc94d2..000000000000 --- a/graphics/glean/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/glean diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 2ed95b24cae1..770a755776e2 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -16,6 +16,7 @@ DISTNAME= gSculpt-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An Opensource 3D modelling application +PLIST_FILES= bin/gsculpt WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION} USE_REINPLACE= yes USE_GNOME= gtk12 diff --git a/graphics/gsculpt/pkg-plist b/graphics/gsculpt/pkg-plist deleted file mode 100644 index fd27c6df9c59..000000000000 --- a/graphics/gsculpt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gsculpt diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile index 5aa2ac20d221..7e159afb5b00 100644 --- a/graphics/jslice/Makefile +++ b/graphics/jslice/Makefile @@ -15,6 +15,8 @@ COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/jslice + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin diff --git a/graphics/jslice/pkg-plist b/graphics/jslice/pkg-plist deleted file mode 100644 index f522fdc82910..000000000000 --- a/graphics/jslice/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/jslice diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index e36f18929e91..363ce08bf508 100644 --- a/graphics/kisomandel/Makefile +++ b/graphics/kisomandel/Makefile @@ -18,6 +18,7 @@ COMMENT= A fractal rendering program with nice 3d-display in realtime LIB_DEPENDS= png:${PORTSDIR}/graphics/png +PLIST_FILES= bin/kisomandel USE_BZIP2= yes USE_REINPLACE= yes USE_QT_VER= 3 diff --git a/graphics/kisomandel/pkg-plist b/graphics/kisomandel/pkg-plist deleted file mode 100644 index 730f7950dcf9..000000000000 --- a/graphics/kisomandel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kisomandel diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index f72518181400..6c3f4c7589ef 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -19,6 +19,7 @@ COMMENT= A simple 3d editor LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \ gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext +PLIST_FILES= bin/kludge3d USE_PYTHON= yes USE_GL= yes USE_GNOME= gnometarget gtk20 diff --git a/graphics/kludge3d/pkg-plist b/graphics/kludge3d/pkg-plist deleted file mode 100644 index 205304ea9ddf..000000000000 --- a/graphics/kludge3d/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kludge3d diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index a4cf6b36b47f..77a803d55444 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -16,6 +16,7 @@ COMMENT= A multi-format graphics manipulation library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff +PLIST_FILES= lib/liblug.a USE_XLIB= yes WRKSRC= ${WRKDIR}/lug diff --git a/graphics/liblug/pkg-plist b/graphics/liblug/pkg-plist deleted file mode 100644 index c5c4fceac82b..000000000000 --- a/graphics/liblug/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/liblug.a diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile index b3f09302cb96..4041ae2afea7 100644 --- a/graphics/meshviewer/Makefile +++ b/graphics/meshviewer/Makefile @@ -16,6 +16,7 @@ COMMENT= Mesh Viewer LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/mview USE_QT_VER= 3 USE_GL= yes MAKE_ENV= MOC="${MOC}" \ diff --git a/graphics/meshviewer/pkg-plist b/graphics/meshviewer/pkg-plist deleted file mode 100644 index 953ae8558be1..000000000000 --- a/graphics/meshviewer/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mview diff --git a/graphics/multivideo/Makefile b/graphics/multivideo/Makefile index 54f69c126d9b..bb00d2b44d00 100644 --- a/graphics/multivideo/Makefile +++ b/graphics/multivideo/Makefile @@ -18,6 +18,7 @@ COMMENT= An image sequence viewer LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 +PLIST_FILES= bin/multivideo WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes diff --git a/graphics/multivideo/pkg-plist b/graphics/multivideo/pkg-plist deleted file mode 100644 index fd2f8c87cbad..000000000000 --- a/graphics/multivideo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/multivideo diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 0b12623c639b..4959382b7af3 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -17,6 +17,7 @@ COMMENT= A plasma-effect screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif +PLIST_FILES= lib/plasma_saver.ko do-install: ${INSTALL_PROGRAM} ${WRKSRC}/plasma_saver.ko ${PREFIX}/lib diff --git a/graphics/plasma-kmod/pkg-plist b/graphics/plasma-kmod/pkg-plist deleted file mode 100644 index a27c9ce30023..000000000000 --- a/graphics/plasma-kmod/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/plasma_saver.ko diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index ce7f71badf36..5f0ce7f54a41 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -23,6 +23,7 @@ BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/sam2p/pkg-plist b/graphics/sam2p/pkg-plist deleted file mode 100644 index f24b8014297e..000000000000 --- a/graphics/sam2p/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sam2p diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index c9e1a837e6c3..69702fdd2fd8 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= seejpeg MAN1= seejpeg.1 USE_GETOPT_LONG=yes MANCOMPRESSED= yes +PLIST_FILES= bin/seejpeg USE_GMAKE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/graphics/seejpeg/pkg-plist b/graphics/seejpeg/pkg-plist deleted file mode 100644 index 37ff7d12916c..000000000000 --- a/graphics/seejpeg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/seejpeg diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 894876fd5bd6..e0e69de162a0 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -18,6 +18,7 @@ COMMENT= Render graph described in a .dot file RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +PLIST_FILES= bin/springgraph USE_PERL5= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/graphics/springgraph/pkg-plist b/graphics/springgraph/pkg-plist deleted file mode 100644 index facf89bd9178..000000000000 --- a/graphics/springgraph/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/springgraph diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index f6f9da35f94d..3f3451f7a313 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -19,6 +19,7 @@ COMMENT= Convert an SVG file into a Macromedia Flash (swf) file RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming +PLIST_FILES= bin/svg2swf USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes diff --git a/graphics/svg2swf/pkg-plist b/graphics/svg2swf/pkg-plist deleted file mode 100644 index b7f3ae62b830..000000000000 --- a/graphics/svg2swf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/svg2swf diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 9b5acbaad2cd..1b5621a2b070 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -17,6 +17,7 @@ COMMENT= Converts TIFF- sampled images to PNM image BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff +PLIST_FILES= bin/tif22pnm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ --with-libtiff-idir=${LOCALBASE}/include diff --git a/graphics/tif22pnm/pkg-plist b/graphics/tif22pnm/pkg-plist deleted file mode 100644 index 934973e2c0bd..000000000000 --- a/graphics/tif22pnm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tif22pnm diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index 06563a509c25..7b4d9f205f6a 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PLIST_FILES= bin/view3ds USE_X_PREFIX= yes USE_QT_VER= 3 USE_MESA= yes diff --git a/graphics/view3ds/pkg-plist b/graphics/view3ds/pkg-plist deleted file mode 100644 index 7ebe4d0cf812..000000000000 --- a/graphics/view3ds/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/view3ds diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 5e2c1a846f40..901cdd608e3f 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://math.smsu.edu/~erik/files/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer for X +PLIST_FILES= bin/vp USE_SDL= image USE_GETOPT_LONG=yes USE_LIBTOOL= yes diff --git a/graphics/vp/pkg-plist b/graphics/vp/pkg-plist deleted file mode 100644 index 61c80a815ea1..000000000000 --- a/graphics/vp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vp diff --git a/graphics/whirlgif/Makefile b/graphics/whirlgif/Makefile index 94dd2632a59b..36c03e3c3993 100644 --- a/graphics/whirlgif/Makefile +++ b/graphics/whirlgif/Makefile @@ -17,6 +17,7 @@ COMMENT= A tool for making GIF animations NO_WRKSUBDIR= yes MAN1= whirlgif.1 +PLIST_FILES= bin/whirlgif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whirlgif ${PREFIX}/bin diff --git a/graphics/whirlgif/pkg-plist b/graphics/whirlgif/pkg-plist deleted file mode 100644 index e97bf5fd4702..000000000000 --- a/graphics/whirlgif/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/whirlgif diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile index a9ce6b0eb73c..7caae9171deb 100644 --- a/graphics/xdl/Makefile +++ b/graphics/xdl/Makefile @@ -16,5 +16,6 @@ COMMENT= Display DL animations on an X screen USE_X_PREFIX= yes MAN1= xdl.1 +PLIST_FILES= bin/xdl .include <bsd.port.mk> diff --git a/graphics/xdl/pkg-plist b/graphics/xdl/pkg-plist deleted file mode 100644 index 56834efaac35..000000000000 --- a/graphics/xdl/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xdl diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile index 4cf2169a8c8b..a6007bb726a1 100644 --- a/graphics/xenomorph/Makefile +++ b/graphics/xenomorph/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= An image filter system based on volterra and morphologic filters +PLIST_FILES= bin/xenomorph USE_BZIP2= yes USE_QT_VER= 3 HAS_CONFIGURE= yes diff --git a/graphics/xenomorph/pkg-plist b/graphics/xenomorph/pkg-plist deleted file mode 100644 index c14a048cf3ca..000000000000 --- a/graphics/xenomorph/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xenomorph diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index a85151caf29a..a42a80ee50c1 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -24,6 +24,7 @@ USE_IMAKE= yes USE_PERL5_BUILD=yes NO_WRKSUBDIR= yes MAN1= xmandel.1 +PLIST_FILES= bin/xmandel pre-patch: @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c diff --git a/graphics/xmandel/pkg-plist b/graphics/xmandel/pkg-plist deleted file mode 100644 index 61effef9ff30..000000000000 --- a/graphics/xmandel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmandel diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 09bc1e050c11..448bd6f599b2 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -18,5 +18,6 @@ NO_WRKSUBDIR= yes USE_IMAKE= yes MAN6= xmountains.6 +PLIST_FILES= bin/xmountains .include <bsd.port.mk> diff --git a/graphics/xmountains/pkg-plist b/graphics/xmountains/pkg-plist deleted file mode 100644 index 7bc034543964..000000000000 --- a/graphics/xmountains/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmountains diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile index c23520147569..e3a409157545 100644 --- a/japanese/a2ps/Makefile +++ b/japanese/a2ps/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Text file to postscript converter (with Japanese support) +PLIST_FILES= bin/a2ps-j EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ./a2ps-j diff --git a/japanese/a2ps/pkg-plist b/japanese/a2ps/pkg-plist deleted file mode 100644 index 995dc864077a..000000000000 --- a/japanese/a2ps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/a2ps-j diff --git a/japanese/ack/Makefile b/japanese/ack/Makefile index f98e54d24096..733cb4bf9ba0 100644 --- a/japanese/ack/Makefile +++ b/japanese/ack/Makefile @@ -18,5 +18,6 @@ ALL_TARGET= ack MANLANG= ja MAN1= ack.1 +PLIST_FILES= bin/ack .include <bsd.port.mk> diff --git a/japanese/ack/pkg-plist b/japanese/ack/pkg-plist deleted file mode 100644 index 1c302b1716e0..000000000000 --- a/japanese/ack/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ack diff --git a/japanese/hex/Makefile b/japanese/hex/Makefile index f50f67feb46d..dba96f8ddd27 100644 --- a/japanese/hex/Makefile +++ b/japanese/hex/Makefile @@ -17,6 +17,7 @@ COMMENT= A hexadecimal dump tool which handles Japanese MANLANG= ja MAN1= hex.1 +PLIST_FILES= bin/hex do-build: cd ${WRKSRC}; ${CXX} ${CXXFLAGS} hex.cc -o hex diff --git a/japanese/hex/pkg-plist b/japanese/hex/pkg-plist deleted file mode 100644 index 6e75187ff82d..000000000000 --- a/japanese/hex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hex diff --git a/japanese/newosaka/Makefile b/japanese/newosaka/Makefile index ef11a960ed3e..0cbdaeb48a0e 100644 --- a/japanese/newosaka/Makefile +++ b/japanese/newosaka/Makefile @@ -14,6 +14,7 @@ DISTFILES= new-osaka.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Translator of Japanese EUC documents into Osaka language +PLIST_FILES= bin/osaka WRKSRC= ${WRKDIR}/${PORTNAME} do-build: diff --git a/japanese/newosaka/pkg-plist b/japanese/newosaka/pkg-plist deleted file mode 100644 index 14b007f98e10..000000000000 --- a/japanese/newosaka/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/osaka diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index 71397ce6cd7f..874ae8ac4737 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= skkfep.1 +PLIST_FILES= bin/skkfep do-install: ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin diff --git a/japanese/skkfep/pkg-plist b/japanese/skkfep/pkg-plist deleted file mode 100644 index f4df7dab762e..000000000000 --- a/japanese/skkfep/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/skkfep diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile index 29abc85b21fe..57b51655c0b2 100644 --- a/japanese/xshodo/Makefile +++ b/japanese/xshodo/Makefile @@ -16,5 +16,6 @@ COMMENT= A paint tool for Shodo, the Japanese traditional writing character USE_IMAKE= yes MAN1= xshodo.1 +PLIST_FILES= bin/xshodo .include <bsd.port.mk> diff --git a/japanese/xshodo/pkg-plist b/japanese/xshodo/pkg-plist deleted file mode 100644 index c1f988dd815a..000000000000 --- a/japanese/xshodo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xshodo diff --git a/java/bsh/Makefile b/java/bsh/Makefile index 873c3fdb3370..d28fe2030bac 100644 --- a/java/bsh/Makefile +++ b/java/bsh/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A Java scripting environment +PLIST_FILES= share/java/classes/bsh.jar USE_JAVA= 1.1+ NO_BUILD= yes diff --git a/java/bsh/pkg-plist b/java/bsh/pkg-plist deleted file mode 100644 index 9e8fe4eaf654..000000000000 --- a/java/bsh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/bsh.jar diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index 48b389a0963c..0d4d64cd4260 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -17,6 +17,7 @@ EXTRACT_SUFX= .jar MAINTAINER= ports@FreeBSD.org COMMENT= Java version of GNU getopt family functions +PLIST_FILES= share/java/classes/getopt.jar USE_JAVA= 1.1+ NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} diff --git a/java/java-getopt/pkg-plist b/java/java-getopt/pkg-plist deleted file mode 100644 index c932ba4167bc..000000000000 --- a/java/java-getopt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/getopt.jar diff --git a/java/jcommon/Makefile b/java/jcommon/Makefile index db5abaeeff8d..6bd908060599 100644 --- a/java/jcommon/Makefile +++ b/java/jcommon/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= jfreechart MAINTAINER= ports@FreeBSD.org COMMENT= A collection of useful classes used by JFreeChart and JFreeReport +PLIST_FILES= share/java/classes/jcommon.jar USE_JAVA= 1.2+ NO_BUILD= yes diff --git a/java/jcommon/pkg-plist b/java/jcommon/pkg-plist deleted file mode 100644 index 546223e21806..000000000000 --- a/java/jcommon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/jcommon.jar diff --git a/java/jfreechart/Makefile b/java/jfreechart/Makefile index f925193fad5f..c7b53b55e7ac 100644 --- a/java/jfreechart/Makefile +++ b/java/jfreechart/Makefile @@ -17,6 +17,7 @@ COMMENT= A free Java class library for generating charts BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant +PLIST_FILES= share/java/classes/jfreechart.jar USE_JAVA= 1.2+ ANT?= ${LOCALBASE}/bin/ant diff --git a/java/jfreechart/pkg-plist b/java/jfreechart/pkg-plist deleted file mode 100644 index 685bba58269b..000000000000 --- a/java/jfreechart/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/jfreechart.jar diff --git a/java/jlex/Makefile b/java/jlex/Makefile index f668e5d72b77..a1ffe3ce46f7 100644 --- a/java/jlex/Makefile +++ b/java/jlex/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= A lexical analyzer generator, written for Java, in Java +PLIST_FILES= %%JAVAJARDIR%%/jlex.jar USE_JAVA= 1.1+ NEED_JAVAC= yes NO_WRKSUBDIR= yes diff --git a/java/jlex/pkg-plist b/java/jlex/pkg-plist deleted file mode 100644 index 273e22eb4abe..000000000000 --- a/java/jlex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%JAVAJARDIR%%/jlex.jar diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index 873c3fdb3370..d28fe2030bac 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A Java scripting environment +PLIST_FILES= share/java/classes/bsh.jar USE_JAVA= 1.1+ NO_BUILD= yes diff --git a/lang/bsh/pkg-plist b/lang/bsh/pkg-plist deleted file mode 100644 index 9e8fe4eaf654..000000000000 --- a/lang/bsh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/bsh.jar diff --git a/lang/cel/Makefile b/lang/cel/Makefile index f0e1877f43ec..12cb80517cd5 100644 --- a/lang/cel/Makefile +++ b/lang/cel/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes PORTDOCS= CoreArchitecture.html DefaultProtos Linker.html \ Logs.html ProtoLanguage.html README SimpleDataFormat.html \ Threads activation.html stackframe structure.html todo.html +PLIST_FILES= bin/cel .include <bsd.port.pre.mk> diff --git a/lang/cel/pkg-plist b/lang/cel/pkg-plist deleted file mode 100644 index 89d77bd25c43..000000000000 --- a/lang/cel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cel diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index b6ed77757585..a6bee0ea91c8 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -20,6 +20,7 @@ COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic) ALL_TARGET= freebsd MAKEFILE= makefile MAN1= pbasic.1 +PLIST_FILES= bin/pbasic do-configure: -cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \ diff --git a/lang/pbasic/pkg-plist b/lang/pbasic/pkg-plist deleted file mode 100644 index e82b69787fb5..000000000000 --- a/lang/pbasic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pbasic diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile index e01ef3b9f3f8..ec246593a559 100644 --- a/mail/akpop3d/Makefile +++ b/mail/akpop3d/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= POP3 daemon aimed to be small and secure MAN8= akpop3d.8 +PLIST_FILES= bin/akpop3d USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/mail/akpop3d/pkg-plist b/mail/akpop3d/pkg-plist deleted file mode 100644 index 6986c9f6b421..000000000000 --- a/mail/akpop3d/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/akpop3d diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index e8d62c3d0023..c4316decb883 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A command-line attachment mailer NO_BUILD= yes +PLIST_FILES= bin/biabam do-install: ${INSTALL_SCRIPT} ${WRKSRC}/biabam ${PREFIX}/bin diff --git a/mail/biabam/pkg-plist b/mail/biabam/pkg-plist deleted file mode 100644 index fb42c038dd82..000000000000 --- a/mail/biabam/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/biabam diff --git a/mail/cvsmail/Makefile b/mail/cvsmail/Makefile index c226a983bca9..f2c6087a7ba1 100644 --- a/mail/cvsmail/Makefile +++ b/mail/cvsmail/Makefile @@ -17,6 +17,7 @@ COMMENT= A small program to add cvsweb links to FreeBSD commit messages ALL_TARGET= cvsmail MANCOMPRESSED= no MAN1= cvsmail.1 +PLIST_FILES= bin/cvsmail do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin diff --git a/mail/cvsmail/pkg-plist b/mail/cvsmail/pkg-plist deleted file mode 100644 index 995635d223ec..000000000000 --- a/mail/cvsmail/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cvsmail diff --git a/mail/glacier/Makefile b/mail/glacier/Makefile index 96dcb85d9718..7663db8bb243 100644 --- a/mail/glacier/Makefile +++ b/mail/glacier/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://linuxberg.tele.net/files/gnome/network/ MAINTAINER= ports@FreeBSD.org COMMENT= Another GNOME mail user agent +PLIST_FILES= bin/glacier USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/mail/glacier/pkg-plist b/mail/glacier/pkg-plist deleted file mode 100644 index b1c9abee6eaa..000000000000 --- a/mail/glacier/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/glacier diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 183718421281..1c89d1ac57b8 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -22,6 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= isync.1 +PLIST_FILES= bin/isync CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC} LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto diff --git a/mail/isync/pkg-plist b/mail/isync/pkg-plist deleted file mode 100644 index 536a68c272be..000000000000 --- a/mail/isync/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/isync diff --git a/mail/liamail/Makefile b/mail/liamail/Makefile index 9bce70d97d52..e4ba6d42e65c 100644 --- a/mail/liamail/Makefile +++ b/mail/liamail/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@freebsd.org COMMENT= A graphical mail client +PLIST_FILES= bin/liamail USE_REINPLACE= yes USE_QT_VER= 2 GNU_CONFIGURE= yes diff --git a/mail/liamail/pkg-plist b/mail/liamail/pkg-plist deleted file mode 100644 index 1a0fe5c4abec..000000000000 --- a/mail/liamail/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/liamail diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index 9d69af2bb5af..e5d1f7744d2d 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= "OSSP mail to news gateway" MAN8= lmtp2nntp.8 +PLIST_FILES= sbin/lmtp2nntp HAS_CONFIGURE= yes .include <bsd.port.mk> diff --git a/mail/lmtp2nntp/pkg-plist b/mail/lmtp2nntp/pkg-plist deleted file mode 100644 index 4a1c3bcd5356..000000000000 --- a/mail/lmtp2nntp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/lmtp2nntp diff --git a/mail/mreport/Makefile b/mail/mreport/Makefile index 78d189cd9193..276ed71ea4af 100644 --- a/mail/mreport/Makefile +++ b/mail/mreport/Makefile @@ -17,6 +17,7 @@ COMMENT= Sendmail logfile summary tool USE_REINPLACE= yes ALL_TARGET= ALL MAN8= mreport.8 +PLIST_FILES= sbin/mreport post-patch: @${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \ diff --git a/mail/mreport/pkg-plist b/mail/mreport/pkg-plist deleted file mode 100644 index 6329d94b9a8e..000000000000 --- a/mail/mreport/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/mreport diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 57db4e26ee51..b8f7ce3d8e8e 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple program for outgoing SMTP delivery NO_WRKSUBDIR= yes +PLIST_FILES= bin/nbsmtp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbsmtp ${PREFIX}/bin/ diff --git a/mail/nbsmtp/pkg-plist b/mail/nbsmtp/pkg-plist deleted file mode 100644 index e141e510a790..000000000000 --- a/mail/nbsmtp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nbsmtp diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 15cbc007ae7c..4b7f23f39637 100644 --- a/mail/sigrot/Makefile +++ b/mail/sigrot/Makefile @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Util to rotate your mail/news signature MAN1= sigrot.1 +PLIST_FILES= bin/sigrot .include <bsd.port.mk> diff --git a/mail/sigrot/pkg-plist b/mail/sigrot/pkg-plist deleted file mode 100644 index 96707cd8d774..000000000000 --- a/mail/sigrot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sigrot diff --git a/mail/smtpclient/Makefile b/mail/smtpclient/Makefile index bfcbb4c53cbb..88a014066f87 100644 --- a/mail/smtpclient/Makefile +++ b/mail/smtpclient/Makefile @@ -15,5 +15,6 @@ COMMENT= Simple SMTP client GNU_CONFIGURE= yes MAN1= smtpclient.1 +PLIST_FILES= bin/smtpclient .include <bsd.port.mk> diff --git a/mail/smtpclient/pkg-plist b/mail/smtpclient/pkg-plist deleted file mode 100644 index 4eaf9a85da91..000000000000 --- a/mail/smtpclient/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/smtpclient diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index bf548fd2c73b..a7dfeb307b67 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mailbox checker which displays sender and subject lines of mails MAN1= xmailwatcher.1 +PLIST_FILES= bin/xmailwatcher USE_IMAKE= yes post-install: diff --git a/mail/xmailwatcher/pkg-plist b/mail/xmailwatcher/pkg-plist deleted file mode 100644 index edc3a70c4c22..000000000000 --- a/mail/xmailwatcher/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmailwatcher diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 409029500406..34e549ae024c 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -19,6 +19,7 @@ COMMENT?= A replacement for xbiff that handles popup window with mail header USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xpbiff WRKSRC= ${WRKDIR}/xpbiff .if defined(PREFIX) && ${PREFIX} != ${LOCALBASE} diff --git a/mail/xpbiff/pkg-plist b/mail/xpbiff/pkg-plist deleted file mode 100644 index 75b3138f8910..000000000000 --- a/mail/xpbiff/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xpbiff diff --git a/math/clarence/Makefile b/math/clarence/Makefile index 9056f4b9b0a7..fb828ea7de1d 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes -MAN1= clarence.1 +MAN1= clarence.1 +PLIST_FILES= bin/clarence post-patch: @${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py diff --git a/math/clarence/pkg-plist b/math/clarence/pkg-plist deleted file mode 100644 index efe274305340..000000000000 --- a/math/clarence/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/clarence diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index 3ea4322e15bc..b9179fdf4d68 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -17,5 +17,6 @@ COMMENT= A multi-radix calculator for x11 USE_IMAKE= yes MAN1= hexcalc.1 +PLIST_FILES= bin/hexcalc .include <bsd.port.mk> diff --git a/math/hexcalc/pkg-plist b/math/hexcalc/pkg-plist deleted file mode 100644 index 821269ec29cf..000000000000 --- a/math/hexcalc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hexcalc diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile index 0f404655a8b9..1864c43e6afc 100644 --- a/math/py-probstat/Makefile +++ b/math/py-probstat/Makefile @@ -18,6 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Probability And Statistics Utils for Python +PLIST_FILES= %%PYTHON_SITELIBDIR%%/probstat.so PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/math/py-probstat/pkg-plist b/math/py-probstat/pkg-plist deleted file mode 100644 index 88b45cc3017e..000000000000 --- a/math/py-probstat/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/probstat.so diff --git a/math/umatrix/Makefile b/math/umatrix/Makefile index da9dc4e1b649..3098952a9ee2 100644 --- a/math/umatrix/Makefile +++ b/math/umatrix/Makefile @@ -15,5 +15,6 @@ COMMENT= Simple matrix package GNU_CONFIGURE= yes MAN1= umatrix.1 +PLIST_FILES= bin/umatrix .include <bsd.port.mk> diff --git a/math/umatrix/pkg-plist b/math/umatrix/pkg-plist deleted file mode 100644 index 25effa77df3f..000000000000 --- a/math/umatrix/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/umatrix diff --git a/mbone/wbd/Makefile b/mbone/wbd/Makefile index d07dd51055f5..45122e9fa1bb 100644 --- a/mbone/wbd/Makefile +++ b/mbone/wbd/Makefile @@ -16,6 +16,7 @@ COMMENT= A shared drawing (whiteboard) tool using multicast, compatible with wb LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +PLIST_FILES= bin/wbd WRKSRC= ${WRKDIR}/wbd MAKEFILE= makefile diff --git a/mbone/wbd/pkg-plist b/mbone/wbd/pkg-plist deleted file mode 100644 index 69f16d4f50e7..000000000000 --- a/mbone/wbd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wbd diff --git a/misc/aclgen/Makefile b/misc/aclgen/Makefile index 9b973509319b..350701487c7e 100644 --- a/misc/aclgen/Makefile +++ b/misc/aclgen/Makefile @@ -18,6 +18,7 @@ NO_WRKSUBDIR= YES MAKEFILE= ${FILESDIR}/Makefile MAN1= aclgen.1 +PLIST_FILES= bin/aclgen do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aclgen ${PREFIX}/bin diff --git a/misc/aclgen/pkg-plist b/misc/aclgen/pkg-plist deleted file mode 100644 index 1173b45d33ad..000000000000 --- a/misc/aclgen/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/aclgen diff --git a/misc/cave/Makefile b/misc/cave/Makefile index cb173e0d94a4..e3a0928bda0b 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -19,7 +19,8 @@ COMMENT= Character Animation Viewer for Everyone GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix="" -MAN1= cave.1 +MAN1= cave.1 +PLIST_FILES= bin/cave pre-build: ${CP} ${WRKSRC}/doc/cave.man ${WRKSRC}/doc/cave.1 diff --git a/misc/cave/pkg-plist b/misc/cave/pkg-plist deleted file mode 100644 index 2dbcb92e51e0..000000000000 --- a/misc/cave/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cave diff --git a/misc/cfe/Makefile b/misc/cfe/Makefile index af89402341fd..4cbc45c72a5b 100644 --- a/misc/cfe/Makefile +++ b/misc/cfe/Makefile @@ -18,5 +18,6 @@ GNU_CONFIGURE= yes MANCOMPRESSED= no MAN1= cfe.1 +PLIST_FILES= bin/cfe .include <bsd.port.mk> diff --git a/misc/cfe/pkg-plist b/misc/cfe/pkg-plist deleted file mode 100644 index 0f9c1fb5afff..000000000000 --- a/misc/cfe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cfe diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 6486b6802138..69d71c4c2b54 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://www.ka9q.net/code/cpuid/ MAINTAINER= ports@FreeBSD.org COMMENT= CPU identification utility +PLIST_FILES= bin/cpuid USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 USE_GMAKE= yes diff --git a/misc/cpuid/pkg-plist b/misc/cpuid/pkg-plist deleted file mode 100644 index bd7c3ba68350..000000000000 --- a/misc/cpuid/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cpuid diff --git a/misc/datedif/Makefile b/misc/datedif/Makefile index e2ea400e3085..2b17e118608c 100644 --- a/misc/datedif/Makefile +++ b/misc/datedif/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Calculates the number of days between two dates ALL_TARGET= +PLIST_FILES= bin/datedif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin diff --git a/misc/datedif/pkg-plist b/misc/datedif/pkg-plist deleted file mode 100644 index cb87904aec4a..000000000000 --- a/misc/datedif/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/datedif diff --git a/misc/display/Makefile b/misc/display/Makefile index ce339ff1ddb0..3271163bb79b 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -19,6 +19,7 @@ CONFLICTS= ImageMagick-[0-9]* goblin-* GNU_CONFIGURE= yes MAN1= display.1 +PLIST_FILES= bin/display do-install: ${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display diff --git a/misc/display/pkg-plist b/misc/display/pkg-plist deleted file mode 100644 index d66623fa6c90..000000000000 --- a/misc/display/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/display diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 6446ab0e82ee..5792b0cb40ae 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -22,6 +22,7 @@ COMMENT= GKrellM FMonitor plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm +PLIST_FILES= libexec/gkrellm/plugins/fmonitor.so USE_X_PREFIX= yes USE_GNOME= imlib diff --git a/misc/gkrellmfmonitor/pkg-plist b/misc/gkrellmfmonitor/pkg-plist deleted file mode 100644 index 01276642cba2..000000000000 --- a/misc/gkrellmfmonitor/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/gkrellm/plugins/fmonitor.so diff --git a/misc/gkrellmfmonitor2/Makefile b/misc/gkrellmfmonitor2/Makefile index bee6dd32baa3..30c3ccf811a0 100644 --- a/misc/gkrellmfmonitor2/Makefile +++ b/misc/gkrellmfmonitor2/Makefile @@ -20,6 +20,7 @@ COMMENT= GKrellM FMonitor plugin BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +PLIST_FILES= libexec/gkrellm2/plugins/fmonitor.so USE_X_PREFIX= yes MAKE_ENV+= MKDIR="${MKDIR}" \ diff --git a/misc/gkrellmfmonitor2/pkg-plist b/misc/gkrellmfmonitor2/pkg-plist deleted file mode 100644 index 506b0d9d345d..000000000000 --- a/misc/gkrellmfmonitor2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/gkrellm2/plugins/fmonitor.so diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile index baa4cde4f568..2b67e7839570 100644 --- a/misc/goldstr/Makefile +++ b/misc/goldstr/Makefile @@ -17,6 +17,7 @@ COMMENT= Compute the golden string USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -MAN1= goldstr.1 +MAN1= goldstr.1 +PLIST_FILES= bin/goldstr .include <bsd.port.mk> diff --git a/misc/goldstr/pkg-plist b/misc/goldstr/pkg-plist deleted file mode 100644 index 7864fcb4b885..000000000000 --- a/misc/goldstr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/goldstr diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index 11708aa0bc19..cd540fbb9e4c 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -24,6 +24,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes MAN1= kenny.1 +PLIST_FILES= bin/kenny program= kenny manpage= kenny.1 diff --git a/misc/kenny/pkg-plist b/misc/kenny/pkg-plist deleted file mode 100644 index 668813c6d001..000000000000 --- a/misc/kenny/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kenny diff --git a/misc/pg/Makefile b/misc/pg/Makefile index afe3b2ab82e5..d54e728bd583 100644 --- a/misc/pg/Makefile +++ b/misc/pg/Makefile @@ -16,5 +16,6 @@ COMMENT= An implementation of System V's pg pager MAKEFILE= makefile MAN1= pg.1 +PLIST_FILES= bin/pg .include <bsd.port.mk> diff --git a/misc/pg/pkg-plist b/misc/pg/pkg-plist deleted file mode 100644 index fe05e6ba1359..000000000000 --- a/misc/pg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pg diff --git a/misc/qmc/Makefile b/misc/qmc/Makefile index b2c86eda3d08..326b8826d8c7 100644 --- a/misc/qmc/Makefile +++ b/misc/qmc/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quine-McClusky process simplification tool NO_WRKSUBDIR= yes +PLIST_FILES= bin/qmc do-build: @cd ${WRKSRC} ; \ diff --git a/misc/qmc/pkg-plist b/misc/qmc/pkg-plist deleted file mode 100644 index e03aeb7768d2..000000000000 --- a/misc/qmc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qmc diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 1953ce4861ab..7076d1ad4010 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A shell script "encoder" -MAN1= shc.1 +MAN1= shc.1 +PLIST_FILES= bin/shc do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c diff --git a/misc/shc/pkg-plist b/misc/shc/pkg-plist deleted file mode 100644 index cbfcaa1f7c75..000000000000 --- a/misc/shc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shc diff --git a/misc/snowflake/Makefile b/misc/snowflake/Makefile index 1272254e4029..8525718d419a 100644 --- a/misc/snowflake/Makefile +++ b/misc/snowflake/Makefile @@ -17,6 +17,7 @@ COMMENT= A snowflake image generator WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig +PLIST_FILES= bin/snowflake USE_X_PREFIX= yes USE_GNOME= gtk12 diff --git a/misc/snowflake/pkg-plist b/misc/snowflake/pkg-plist deleted file mode 100644 index 22c372e0de06..000000000000 --- a/misc/snowflake/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/snowflake diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index 655b0f58a1db..c60b97be7995 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -16,6 +16,7 @@ COMMENT= Simple and small GUI utility to manage ssh sessions RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect NO_BUILD= yes +PLIST_FILES= bin/sshbuddy do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sshbuddy.expk ${PREFIX}/bin/sshbuddy diff --git a/misc/sshbuddy/pkg-plist b/misc/sshbuddy/pkg-plist deleted file mode 100644 index 27750ec7db37..000000000000 --- a/misc/sshbuddy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sshbuddy diff --git a/misc/stan/Makefile b/misc/stan/Makefile index 9d2f89dbce97..8e89e2ae5aa4 100644 --- a/misc/stan/Makefile +++ b/misc/stan/Makefile @@ -16,6 +16,7 @@ COMMENT= Generate several statisical information of a stream GNU_CONFIGURE= yes -MAN1= stan.1 +MAN1= stan.1 +PLIST_FILES= bin/stan .include <bsd.port.mk> diff --git a/misc/stan/pkg-plist b/misc/stan/pkg-plist deleted file mode 100644 index 5cdfaa69dc8a..000000000000 --- a/misc/stan/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/stan diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 2b30e0a9e308..8b5ca602e5a9 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= bin/tkregexp USE_X_PREFIX= yes do-install: diff --git a/misc/tkregexp/pkg-plist b/misc/tkregexp/pkg-plist deleted file mode 100644 index d386c7f20aa8..000000000000 --- a/misc/tkregexp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tkregexp diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index c2377099e7a1..1f482c1ce6a5 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_REINPLACE= yes NO_BUILD= yes +PLIST_FILES= bin/txt2regex post-patch: @${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash,g ; \ diff --git a/misc/txt2regex/pkg-plist b/misc/txt2regex/pkg-plist deleted file mode 100644 index d98f60cfe8f5..000000000000 --- a/misc/txt2regex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/txt2regex diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index 21114d328c00..cc1c9411af4a 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -20,6 +20,7 @@ EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone NO_BUILD= yes +PLIST_FILES= share/misc/uk.phone do-install: ${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc diff --git a/misc/uk-phone/pkg-plist b/misc/uk-phone/pkg-plist deleted file mode 100644 index 70230bd37571..000000000000 --- a/misc/uk-phone/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/misc/uk.phone diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index a4c1412422b1..e5c46409575d 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -19,6 +19,7 @@ EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes NO_BUILD= yes +PLIST_FILES= share/misc/uk.postcodes do-install: ${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc diff --git a/misc/uk-postcodes/pkg-plist b/misc/uk-postcodes/pkg-plist deleted file mode 100644 index 370042493d8e..000000000000 --- a/misc/uk-postcodes/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/misc/uk.postcodes diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 779a49abffee..f1a455edac6c 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -28,6 +28,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ LIBS="-lical -lXpm" MAN1= wmCalendar.1 +PLIST_FILES= bin/wmCalendar do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${PREFIX}/bin diff --git a/misc/wmcalendar/pkg-plist b/misc/wmcalendar/pkg-plist deleted file mode 100644 index bf44e33ec6ad..000000000000 --- a/misc/wmcalendar/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmCalendar diff --git a/misc/wmcp/Makefile b/misc/wmcp/Makefile index d7bb81ab24c2..705603133c51 100644 --- a/misc/wmcp/Makefile +++ b/misc/wmcp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockable pager for Window Maker +PLIST_FILES= bin/wmcp USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= clean wmcp diff --git a/misc/wmcp/pkg-plist b/misc/wmcp/pkg-plist deleted file mode 100644 index 36ec7153eae0..000000000000 --- a/misc/wmcp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmcp diff --git a/misc/wmfirew/Makefile b/misc/wmfirew/Makefile index e5a9ebb7cfbb..5bae7861f39d 100644 --- a/misc/wmfirew/Makefile +++ b/misc/wmfirew/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that shows fireworks in action +PLIST_FILES= bin/wmfirew WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XPM= yes diff --git a/misc/wmfirew/pkg-plist b/misc/wmfirew/pkg-plist deleted file mode 100644 index 5053cbcc21e8..000000000000 --- a/misc/wmfirew/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmfirew diff --git a/misc/wmjulia/Makefile b/misc/wmjulia/Makefile index 01711f3ca9c6..ea6391736052 100644 --- a/misc/wmjulia/Makefile +++ b/misc/wmjulia/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that creates an animated Julia set +PLIST_FILES= bin/wmjulia WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XPM= yes diff --git a/misc/wmjulia/pkg-plist b/misc/wmjulia/pkg-plist deleted file mode 100644 index 6340a8e1d74b..000000000000 --- a/misc/wmjulia/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmjulia diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index a4eed54f0ca8..c8e3b1cdabd5 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -13,6 +13,7 @@ DISTNAME= wmMand-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp mandelbrot explorer +PLIST_FILES= bin/wmMand WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand USE_X_PREFIX= yes diff --git a/misc/wmmand/pkg-plist b/misc/wmmand/pkg-plist deleted file mode 100644 index c39abc82e771..000000000000 --- a/misc/wmmand/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmMand diff --git a/misc/wmproxyper/Makefile b/misc/wmproxyper/Makefile index 5a8dff9e5358..003043e47583 100644 --- a/misc/wmproxyper/Makefile +++ b/misc/wmproxyper/Makefile @@ -17,6 +17,7 @@ COMMENT= Displays Distributed.net Personal Proxy current status and progress LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp +PLIST_FILES= bin/wmproxyper USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes diff --git a/misc/wmproxyper/pkg-plist b/misc/wmproxyper/pkg-plist deleted file mode 100644 index f2d6219fea7c..000000000000 --- a/misc/wmproxyper/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmproxyper diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile index f5154e93eab3..b50cbf3c4d1e 100644 --- a/misc/wmwork/Makefile +++ b/misc/wmwork/Makefile @@ -24,7 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= wmwork.1 +MAN1= wmwork.1 +PLIST_FILES= bin/wmwork CPPFLAGS= -I${X11BASE}/include LDFLAGS= -L${X11BASE}/lib diff --git a/misc/wmwork/pkg-plist b/misc/wmwork/pkg-plist deleted file mode 100644 index 4b75aea3194c..000000000000 --- a/misc/wmwork/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmwork diff --git a/misc/wmx10/Makefile b/misc/wmx10/Makefile index d41b91d0e102..dae85272a872 100644 --- a/misc/wmx10/Makefile +++ b/misc/wmx10/Makefile @@ -16,6 +16,7 @@ COMMENT= Remote control for X10 devices LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +PLIST_FILES= bin/wmx10 WRKSRC= ${WRKDIR}/wmx10.app/wmx10 USE_GMAKE= yes diff --git a/misc/wmx10/pkg-plist b/misc/wmx10/pkg-plist deleted file mode 100644 index 7bf4c9396167..000000000000 --- a/misc/wmx10/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmx10 diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 7de69464f760..9605f326742f 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -17,6 +17,7 @@ COMMENT= Web of trust statistics and pathfinder RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging +PLIST_FILES= bin/wotsap WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes NO_BUILD= yes diff --git a/misc/wotsap/pkg-plist b/misc/wotsap/pkg-plist deleted file mode 100644 index d59ea13ad3a1..000000000000 --- a/misc/wotsap/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wotsap diff --git a/multimedia/avinfo/Makefile b/multimedia/avinfo/Makefile index 63285d060b96..e89ee2fbbc40 100644 --- a/multimedia/avinfo/Makefile +++ b/multimedia/avinfo/Makefile @@ -17,6 +17,7 @@ COMMENT= A utility for displaying AVI header information WRKSRC= ${WRKDIR}/src +PLIST_FILES= bin/avinfo USE_ZIP= yes post-patch: diff --git a/multimedia/avinfo/pkg-plist b/multimedia/avinfo/pkg-plist deleted file mode 100644 index 025128dd8ecf..000000000000 --- a/multimedia/avinfo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/avinfo diff --git a/multimedia/gxanim/Makefile b/multimedia/gxanim/Makefile index dbdfe201e8e1..12db056b4b70 100644 --- a/multimedia/gxanim/Makefile +++ b/multimedia/gxanim/Makefile @@ -18,6 +18,7 @@ COMMENT= Graphical front end to Xanim RUN_DEPENDS= xanim:${PORTSDIR}/multimedia/xanim +PLIST_FILES= bin/gxanim WRKSRC= ${WRKDIR}/gxanim-${PORTVERSION} USE_BZIP2= yes diff --git a/multimedia/gxanim/pkg-plist b/multimedia/gxanim/pkg-plist deleted file mode 100644 index dc1a95407854..000000000000 --- a/multimedia/gxanim/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gxanim diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile index 099a928ff83f..89bf8c203994 100644 --- a/multimedia/mpeg_play/Makefile +++ b/multimedia/mpeg_play/Makefile @@ -17,6 +17,7 @@ COMMENT= A program to play mpeg movies on X displays WRKSRC= ${WRKDIR}/mpeg_play USE_IMAKE= yes MAN1= mpeg_play.1 +PLIST_FILES= bin/mpeg_play pre-patch: ${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile diff --git a/multimedia/mpeg_play/pkg-plist b/multimedia/mpeg_play/pkg-plist deleted file mode 100644 index 8fdacec89a81..000000000000 --- a/multimedia/mpeg_play/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mpeg_play diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile index 580dc8e95f23..9213a5d115a5 100644 --- a/multimedia/mplex/Makefile +++ b/multimedia/mplex/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplexes MPEG component streams into system layers MAN1= mplex.1 +PLIST_FILES= bin/mplex do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin diff --git a/multimedia/mplex/pkg-plist b/multimedia/mplex/pkg-plist deleted file mode 100644 index ce53129766dd..000000000000 --- a/multimedia/mplex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mplex diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile index be1b1712c733..7c6febbc9c14 100644 --- a/multimedia/recmpeg/Makefile +++ b/multimedia/recmpeg/Makefile @@ -21,7 +21,8 @@ USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= recmpeg.1 +MAN1= recmpeg.1 +PLIST_FILES= bin/recmpeg CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/multimedia/recmpeg/pkg-plist b/multimedia/recmpeg/pkg-plist deleted file mode 100644 index fdbae297809b..000000000000 --- a/multimedia/recmpeg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/recmpeg diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile index ac2e53e461a8..959a1e721da2 100644 --- a/multimedia/smpeg-xmms/Makefile +++ b/multimedia/smpeg-xmms/Makefile @@ -20,6 +20,7 @@ COMMENT= A mpeg video plugin for XMMS LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg \ xmms.4:${PORTSDIR}/multimedia/xmms +PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk12 diff --git a/multimedia/smpeg-xmms/pkg-plist b/multimedia/smpeg-xmms/pkg-plist deleted file mode 100644 index b156b253f1d3..000000000000 --- a/multimedia/smpeg-xmms/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libsmpeg_xmms.so diff --git a/multimedia/splitmpg/Makefile b/multimedia/splitmpg/Makefile index 9318e29fb984..9409baaec33c 100644 --- a/multimedia/splitmpg/Makefile +++ b/multimedia/splitmpg/Makefile @@ -18,6 +18,7 @@ COMMENT= Splits an ISO 11172-1 into its components NO_WRKSUBDIR= yes MAKEFILE= makefile MAN1= splitmpeg.1 +PLIST_FILES= bin/splitmpeg do-install: ${INSTALL_PROGRAM} ${WRKSRC}/splitmpeg ${PREFIX}/bin diff --git a/multimedia/splitmpg/pkg-plist b/multimedia/splitmpg/pkg-plist deleted file mode 100644 index 037ae85dc976..000000000000 --- a/multimedia/splitmpg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/splitmpeg diff --git a/multimedia/tosvcd/Makefile b/multimedia/tosvcd/Makefile index 95bf40fc7a18..e8ff87c1c38b 100644 --- a/multimedia/tosvcd/Makefile +++ b/multimedia/tosvcd/Makefile @@ -18,6 +18,7 @@ COMMENT= SVCD transcoder RUN_DEPENDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ vcdimager:${PORTSDIR}/multimedia/vcdimager +PLIST_FILES= bin/tosvcd USE_BZIP2= yes USE_GMAKE= yes MAKEFILE= makefile diff --git a/multimedia/tosvcd/pkg-plist b/multimedia/tosvcd/pkg-plist deleted file mode 100644 index e56c2c408888..000000000000 --- a/multimedia/tosvcd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tosvcd diff --git a/multimedia/xmms-avi/Makefile b/multimedia/xmms-avi/Makefile index 7e43572ad263..d8e2823e1053 100644 --- a/multimedia/xmms-avi/Makefile +++ b/multimedia/xmms-avi/Makefile @@ -20,6 +20,7 @@ COMMENT= An avifile based .avi and .asf file playback plugin for XMMS LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms ONLY_FOR_ARCHS= i386 +PLIST_FILES= lib/xmms/Input/libavixmms.so USE_X_PREFIX= yes USE_SDL= sdl diff --git a/multimedia/xmms-avi/pkg-plist b/multimedia/xmms-avi/pkg-plist deleted file mode 100644 index 24cad51e2343..000000000000 --- a/multimedia/xmms-avi/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/xmms/Input/libavixmms.so diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile index 1e585fb26e2f..f07bd6832f8c 100644 --- a/net-im/ari-yahoo/Makefile +++ b/net-im/ari-yahoo/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A console Yahoo! messenger client +PLIST_FILES= bin/ari-yahoo USE_GMAKE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net-im/ari-yahoo/pkg-plist b/net-im/ari-yahoo/pkg-plist deleted file mode 100644 index 29ed993c5488..000000000000 --- a/net-im/ari-yahoo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ari-yahoo diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile index 646f218f50b0..31bf2d62efd7 100644 --- a/net-mgmt/choparp/Makefile +++ b/net-mgmt/choparp/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple proxy arp daemon MAN8= choparp.8 +PLIST_FILES= sbin/choparp .include <bsd.port.mk> diff --git a/net-mgmt/choparp/pkg-plist b/net-mgmt/choparp/pkg-plist deleted file mode 100644 index 7e9114b42cab..000000000000 --- a/net-mgmt/choparp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/choparp diff --git a/net-mgmt/flow-extract/Makefile b/net-mgmt/flow-extract/Makefile index da49b0af28d4..a0a8d1f44c5d 100644 --- a/net-mgmt/flow-extract/Makefile +++ b/net-mgmt/flow-extract/Makefile @@ -30,6 +30,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${PREFIX}/man/man1 -MAN1= flow-extract.1 +MAN1= flow-extract.1 +PLIST_FILES= bin/flow-extract .include <bsd.port.mk> diff --git a/net-mgmt/flow-extract/pkg-plist b/net-mgmt/flow-extract/pkg-plist deleted file mode 100644 index 538a271e7dba..000000000000 --- a/net-mgmt/flow-extract/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flow-extract diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile index 59e03db1d3bd..40641c2b6224 100644 --- a/net-mgmt/oproute/Makefile +++ b/net-mgmt/oproute/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool for measuring general performance of the Internet +PLIST_FILES= bin/oproute USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/net-mgmt/oproute/pkg-plist b/net-mgmt/oproute/pkg-plist deleted file mode 100644 index 686bd9793546..000000000000 --- a/net-mgmt/oproute/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/oproute diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index 08bcbf8e3cf4..75bc5387c995 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -18,6 +18,7 @@ COMMENT= An open and free core client for the eDonkey protocol LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 +PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/cdonkey/pkg-plist b/net-p2p/cdonkey/pkg-plist deleted file mode 100644 index f30a1e76b182..000000000000 --- a/net-p2p/cdonkey/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cDonkey diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index eeb775664936..d39e29b46fab 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes MAN1= 44bsd-rdist.1 +PLIST_FILES= bin/44bsd-rdist post-extract: cd ${WRKSRC} ; co RCS/*,v diff --git a/net/44bsd-rdist/pkg-plist b/net/44bsd-rdist/pkg-plist deleted file mode 100644 index c7871526fc91..000000000000 --- a/net/44bsd-rdist/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/44bsd-rdist diff --git a/net/archie/Makefile b/net/archie/Makefile index 9b1b5d24880f..d9d89d653ba4 100644 --- a/net/archie/Makefile +++ b/net/archie/Makefile @@ -17,5 +17,6 @@ COMMENT= Prospero client for the archie service WRKSRC= ${WRKDIR}/archie-1.4.1-FIX MAN1= archie.1 +PLIST_FILES= bin/archie .include <bsd.port.mk> diff --git a/net/archie/pkg-plist b/net/archie/pkg-plist deleted file mode 100644 index c3b3b70da574..000000000000 --- a/net/archie/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/archie diff --git a/net/ari-yahoo/Makefile b/net/ari-yahoo/Makefile index 1e585fb26e2f..f07bd6832f8c 100644 --- a/net/ari-yahoo/Makefile +++ b/net/ari-yahoo/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A console Yahoo! messenger client +PLIST_FILES= bin/ari-yahoo USE_GMAKE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/ari-yahoo/pkg-plist b/net/ari-yahoo/pkg-plist deleted file mode 100644 index 29ed993c5488..000000000000 --- a/net/ari-yahoo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ari-yahoo diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile index 08bcbf8e3cf4..75bc5387c995 100644 --- a/net/cdonkey/Makefile +++ b/net/cdonkey/Makefile @@ -18,6 +18,7 @@ COMMENT= An open and free core client for the eDonkey protocol LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 +PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net/cdonkey/pkg-plist b/net/cdonkey/pkg-plist deleted file mode 100644 index f30a1e76b182..000000000000 --- a/net/cdonkey/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cDonkey diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 646f218f50b0..31bf2d62efd7 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple proxy arp daemon MAN8= choparp.8 +PLIST_FILES= sbin/choparp .include <bsd.port.mk> diff --git a/net/choparp/pkg-plist b/net/choparp/pkg-plist deleted file mode 100644 index 7e9114b42cab..000000000000 --- a/net/choparp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/choparp diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile index 0c95f1f7f53b..4e04da7fcb82 100644 --- a/net/ctrace/Makefile +++ b/net/ctrace/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes USE_BZIP2= yes MAN1= ctrace.1 +PLIST_FILES= sbin/ctrace do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ctrace ${PREFIX}/sbin diff --git a/net/ctrace/pkg-plist b/net/ctrace/pkg-plist deleted file mode 100644 index c7432b89adee..000000000000 --- a/net/ctrace/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/ctrace diff --git a/net/flow-extract/Makefile b/net/flow-extract/Makefile index da49b0af28d4..a0a8d1f44c5d 100644 --- a/net/flow-extract/Makefile +++ b/net/flow-extract/Makefile @@ -30,6 +30,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/flow-extract ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/flow-extract.1 ${PREFIX}/man/man1 -MAN1= flow-extract.1 +MAN1= flow-extract.1 +PLIST_FILES= bin/flow-extract .include <bsd.port.mk> diff --git a/net/flow-extract/pkg-plist b/net/flow-extract/pkg-plist deleted file mode 100644 index 538a271e7dba..000000000000 --- a/net/flow-extract/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/flow-extract diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index 9b97b0247445..e3ac86b3a068 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -18,6 +18,7 @@ COMMENT= Samba configuration tool for X Window System WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig +PLIST_FILES= bin/gnosamba USE_X_PREFIX= yes USE_GNOME= gnomelibs USE_REINPLACE= yes diff --git a/net/gnosamba/pkg-plist b/net/gnosamba/pkg-plist deleted file mode 100644 index 0ca89013c1e3..000000000000 --- a/net/gnosamba/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gnosamba diff --git a/net/googolplex/Makefile b/net/googolplex/Makefile index 004996781fe2..06b0a4d26457 100644 --- a/net/googolplex/Makefile +++ b/net/googolplex/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://googolplex.sourceforge.net/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Query Google, parse it and returns the result as a list +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/googolplex.py USE_PYTHON= yes NO_BUILD= yes diff --git a/net/googolplex/pkg-plist b/net/googolplex/pkg-plist deleted file mode 100644 index 3e7651bf762f..000000000000 --- a/net/googolplex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/googolplex.py diff --git a/net/ipw/Makefile b/net/ipw/Makefile index e1b0366a6087..8bbd31cc86d7 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A "whois" replacement that automatically queries several databases NO_WRKSUBDIR= yes +PLIST_FILES= bin/ipw .include <bsd.port.mk> diff --git a/net/ipw/pkg-plist b/net/ipw/pkg-plist deleted file mode 100644 index 131ba5e64044..000000000000 --- a/net/ipw/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ipw diff --git a/net/oproute/Makefile b/net/oproute/Makefile index 59e03db1d3bd..40641c2b6224 100644 --- a/net/oproute/Makefile +++ b/net/oproute/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool for measuring general performance of the Internet +PLIST_FILES= bin/oproute USE_REINPLACE= yes .include <bsd.port.pre.mk> diff --git a/net/oproute/pkg-plist b/net/oproute/pkg-plist deleted file mode 100644 index 686bd9793546..000000000000 --- a/net/oproute/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/oproute diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index 20a1957708b4..5f7a7310119f 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -17,6 +17,7 @@ COMMENT= Sun PC NFS authentication and printing server MAN8= pcnfsd.8 MANCOMPRESSED= maybe +PLIST_FILES= libexec/rpc.pcnfsd NO_WRKSUBDIR= diff --git a/net/pcnfsd/pkg-plist b/net/pcnfsd/pkg-plist deleted file mode 100644 index 6ef600296d45..000000000000 --- a/net/pcnfsd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/rpc.pcnfsd diff --git a/net/poink/Makefile b/net/poink/Makefile index 7792671a7bf8..792dcf722b1c 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -20,7 +20,8 @@ USE_ZIP= yes BROKEN= "Hostname resolution broken on ${MACHINE_ARCH}" .endif -MAN1= poink.1 +MAN1= poink.1 +PLIST_FILES= bin/poink do-install: ${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin diff --git a/net/poink/pkg-plist b/net/poink/pkg-plist deleted file mode 100644 index 70998c12e7b3..000000000000 --- a/net/poink/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/poink diff --git a/net/pppload/Makefile b/net/pppload/Makefile index 48890f651a85..ca3f73daa218 100644 --- a/net/pppload/Makefile +++ b/net/pppload/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes MAKE_ENV= QTDIR=${X11BASE} PTHREAD_LIBS=${PTHREAD_LIBS} MAN1= pppload.1 +PLIST_FILES= bin/pppload do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pppload ${PREFIX}/bin diff --git a/net/pppload/pkg-plist b/net/pppload/pkg-plist deleted file mode 100644 index c13b993e8502..000000000000 --- a/net/pppload/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pppload diff --git a/net/py-rrdpipe/Makefile b/net/py-rrdpipe/Makefile index 10ae742fd91d..9d60f1e82fec 100644 --- a/net/py-rrdpipe/Makefile +++ b/net/py-rrdpipe/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py do-install: @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR} diff --git a/net/py-rrdpipe/pkg-plist b/net/py-rrdpipe/pkg-plist deleted file mode 100644 index 7bfe68f2d0af..000000000000 --- a/net/py-rrdpipe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile index b869456e5ca4..7d5b4a5c17ee 100644 --- a/net/rfbproxy/Makefile +++ b/net/rfbproxy/Makefile @@ -19,6 +19,7 @@ USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -MAN1= rfbproxy.1 +MAN1= rfbproxy.1 +PLIST_FILES= bin/rfbproxy .include <bsd.port.mk> diff --git a/net/rfbproxy/pkg-plist b/net/rfbproxy/pkg-plist deleted file mode 100644 index a5cb981a30d2..000000000000 --- a/net/rfbproxy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rfbproxy diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index f361b1169985..5667748e8c1e 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -25,5 +25,6 @@ CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --sbindir=${PREFIX}/bin MAN1= ssldump.1 +PLIST_FILES= bin/ssldump .include <bsd.port.post.mk> diff --git a/net/ssldump/pkg-plist b/net/ssldump/pkg-plist deleted file mode 100644 index dbb1bdc0d110..000000000000 --- a/net/ssldump/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ssldump diff --git a/net/vomit/Makefile b/net/vomit/Makefile index 2c8fc98037ed..22d5c90da7e1 100644 --- a/net/vomit/Makefile +++ b/net/vomit/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= vomit.1 +PLIST_FILES= bin/vomit post-patch: @${REINPLACE_CMD} -e 's|-O2 -Wall -g|@CFLAGS@|g' ${WRKSRC}/Makefile.in diff --git a/net/vomit/pkg-plist b/net/vomit/pkg-plist deleted file mode 100644 index 77b66525445b..000000000000 --- a/net/vomit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vomit diff --git a/net/xprobe/Makefile b/net/xprobe/Makefile index 73c2be99858c..8a54e6f2fe1d 100644 --- a/net/xprobe/Makefile +++ b/net/xprobe/Makefile @@ -15,6 +15,7 @@ COMMENT= ICMP active OS fingerprint scanner GNU_CONFIGURE= yes -MAN1= xprobe.1 +MAN1= xprobe.1 +PLIST_FILES= bin/xprobe .include <bsd.port.mk> diff --git a/net/xprobe/pkg-plist b/net/xprobe/pkg-plist deleted file mode 100644 index 556692303d11..000000000000 --- a/net/xprobe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xprobe diff --git a/news/bgrab/Makefile b/news/bgrab/Makefile index a1fb4aea2076..08b36f6792aa 100644 --- a/news/bgrab/Makefile +++ b/news/bgrab/Makefile @@ -20,5 +20,6 @@ EXTRACT_AFTER_ARGS= | ${TAR} -zxf - USE_BZIP2= yes MAKEFILE= ${FILESDIR}/Makefile.dist MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" +PLIST_FILES= bin/bgrab .include <bsd.port.mk> diff --git a/news/bgrab/pkg-plist b/news/bgrab/pkg-plist deleted file mode 100644 index 3bebaa2bcd31..000000000000 --- a/news/bgrab/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bgrab diff --git a/news/ija/Makefile b/news/ija/Makefile index 0f91c431f0ec..d6606537d4ab 100644 --- a/news/ija/Makefile +++ b/news/ija/Makefile @@ -22,6 +22,7 @@ USE_PERL5= yes NO_WRKSUBDIR= yes NO_BUILD= yes +PLIST_FILES= bin/ija do-extract: @${MKDIR} ${WRKDIR} diff --git a/news/ija/pkg-plist b/news/ija/pkg-plist deleted file mode 100644 index de005485f349..000000000000 --- a/news/ija/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ija diff --git a/news/mmail/Makefile b/news/mmail/Makefile index e42c966895a8..a7e0284f4a90 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ USE_GMAKE= yes MAKE_ARGS= OPTS="" -MAN1= mmail.1 +MAN1= mmail.1 +PLIST_FILES= bin/mmail do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail diff --git a/news/mmail/pkg-plist b/news/mmail/pkg-plist deleted file mode 100644 index c9723638add2..000000000000 --- a/news/mmail/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mmail diff --git a/news/unpost/Makefile b/news/unpost/Makefile index b10bf4215372..598966cf83bd 100644 --- a/news/unpost/Makefile +++ b/news/unpost/Makefile @@ -16,6 +16,7 @@ COMMENT= Extract binary files from multi-segment uuencoded postings MAKEFILE= makefils/linux.mkf MAN1= unpost.1 +PLIST_FILES= bin/unpost do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unpost ${PREFIX}/bin diff --git a/news/unpost/pkg-plist b/news/unpost/pkg-plist deleted file mode 100644 index 48523221edc8..000000000000 --- a/news/unpost/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/unpost diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile index e57c5d71ed61..5034cc1af97f 100644 --- a/ports-mgmt/qtpkg/Makefile +++ b/ports-mgmt/qtpkg/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Qt based package removal tool MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}" +PLIST_FILES= sbin/qtpkg USE_QT_VER= 3 do-install: diff --git a/ports-mgmt/qtpkg/pkg-plist b/ports-mgmt/qtpkg/pkg-plist deleted file mode 100644 index c8de90e3b80d..000000000000 --- a/ports-mgmt/qtpkg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/qtpkg diff --git a/print/bibcursed/Makefile b/print/bibcursed/Makefile index b03a8b7081fa..6ef8a3487b3b 100644 --- a/print/bibcursed/Makefile +++ b/print/bibcursed/Makefile @@ -19,7 +19,8 @@ COMMENT= A simple curses-based editor for BibTeX bibliography files WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= Makefile.ncurses -MAN1= bibcursed.1 +MAN1= bibcursed.1 +PLIST_FILES= bin/bibcursed do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bibcursed ${PREFIX}/bin diff --git a/print/bibcursed/pkg-plist b/print/bibcursed/pkg-plist deleted file mode 100644 index 94f88c4f6fc2..000000000000 --- a/print/bibcursed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bibcursed diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 5171aa5e5b6c..f3a8b7ddf1da 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKEFILE= GNUmakefile ALL_TARGET= # empty -MAN1= catdvi.1 +MAN1= catdvi.1 +PLIST_FILES= bin/catdvi CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/print/catdvi/pkg-plist b/print/catdvi/pkg-plist deleted file mode 100644 index a6d6649e51e7..000000000000 --- a/print/catdvi/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/catdvi diff --git a/print/detex/Makefile b/print/detex/Makefile index 497c2b35562c..7090bef49467 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -21,6 +21,7 @@ EXTRACT_AFTER_ARGS= #empty MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL" MAN1= detex.1 +PLIST_FILES= bin/detex do-install: ${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin diff --git a/print/detex/pkg-plist b/print/detex/pkg-plist deleted file mode 100644 index 8e80c443764c..000000000000 --- a/print/detex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/detex diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index e0c8858315e7..aed11fd6fcac 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -18,5 +18,6 @@ COMMENT= A dvi-file previewer for text only devices IGNOREFILES= ${DISTFILES} MAN1= dvi2tty.1 +PLIST_FILES= bin/dvi2tty .include <bsd.port.mk> diff --git a/print/dvi2tty/pkg-plist b/print/dvi2tty/pkg-plist deleted file mode 100644 index 24862dbac178..000000000000 --- a/print/dvi2tty/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dvi2tty diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index f744095d5ed4..fa2c0a095f46 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -15,7 +15,8 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format -MAN1= pfbtopfa.1 +MAN1= pfbtopfa.1 +PLIST_FILES= bin/pfbtopfa do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin diff --git a/print/pfbtopfa/pkg-plist b/print/pfbtopfa/pkg-plist deleted file mode 100644 index 3de61742a113..000000000000 --- a/print/pfbtopfa/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pfbtopfa diff --git a/print/psmark/Makefile b/print/psmark/Makefile index a5e578f074ac..67f7bfcb41fb 100644 --- a/print/psmark/Makefile +++ b/print/psmark/Makefile @@ -18,7 +18,8 @@ COMMENT= Renders a vertical string on any PostScript document WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= psmark.1 +MAN1= psmark.1 +PLIST_FILES= bin/psmark do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c diff --git a/print/psmark/pkg-plist b/print/psmark/pkg-plist deleted file mode 100644 index 94e8ab180c7d..000000000000 --- a/print/psmark/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/psmark diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index 2553fafaa16e..be2d116b92eb 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ MAINTAINER= ports@FreeBSD.org COMMENT= TrueType to Type42 font converter +PLIST_FILES= bin/ttftot42 USE_FREETYPE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "CFLAGS=-I${LOCALBASE}/include/freetype1/freetype" diff --git a/print/ttftot42/pkg-plist b/print/ttftot42/pkg-plist deleted file mode 100644 index 4749a5e7b977..000000000000 --- a/print/ttftot42/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ttftot42 diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index ed467fc4b668..0e0dc448ea76 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -18,6 +18,7 @@ EXTRACT_SUFX= .txt MAINTAINER= ports@FreeBSD.org COMMENT= Translator TXT + BDF to PS +PLIST_FILES= bin/txtbdf2ps USE_PERL5= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/print/txtbdf2ps/pkg-plist b/print/txtbdf2ps/pkg-plist deleted file mode 100644 index d6d13254c7e4..000000000000 --- a/print/txtbdf2ps/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/txtbdf2ps diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile index 56b1d4fe535e..a51d88305d6e 100644 --- a/russian/wmcyrx/Makefile +++ b/russian/wmcyrx/Makefile @@ -17,6 +17,7 @@ COMMENT= The cyrillic keyboard layout manager for Window Maker USE_XPM= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/wmcyrx2 .include <bsd.port.pre.mk> diff --git a/russian/wmcyrx/pkg-plist b/russian/wmcyrx/pkg-plist deleted file mode 100644 index fa65116f01d9..000000000000 --- a/russian/wmcyrx/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmcyrx2 diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile index 35e3d50f6f49..fd78fd1ceafa 100644 --- a/russian/xcode/Makefile +++ b/russian/xcode/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Auto detect encoding and convert to koi8, CP-1251 or cp866 +PLIST_FILES= bin/xcode USE_BZIP2= yes do-install: diff --git a/russian/xcode/pkg-plist b/russian/xcode/pkg-plist deleted file mode 100644 index 260aee3fb185..000000000000 --- a/russian/xcode/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xcode diff --git a/security/bubblegum/Makefile b/security/bubblegum/Makefile index d041d209bfb7..5218ea0dd15a 100644 --- a/security/bubblegum/Makefile +++ b/security/bubblegum/Makefile @@ -18,6 +18,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bubblegum.1 MANCOMPRESSED= no +PLIST_FILES= bin/bubblegum pre-build: ${CP} ${WRKSRC}/doc/bubblegum.man ${WRKSRC}/doc/bubblegum.1 diff --git a/security/bubblegum/pkg-plist b/security/bubblegum/pkg-plist deleted file mode 100644 index bc0bd784da04..000000000000 --- a/security/bubblegum/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bubblegum diff --git a/security/cp2fwb/Makefile b/security/cp2fwb/Makefile index c50128f785ea..4e4b61faa080 100644 --- a/security/cp2fwb/Makefile +++ b/security/cp2fwb/Makefile @@ -18,6 +18,7 @@ COMMENT= Checkpoint FW1 to Firewall Builder ruleset converter RUN_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +PLIST_FILES= bin/cp2fwbuilder USE_PERL5= yes NO_BUILD= yes diff --git a/security/cp2fwb/pkg-plist b/security/cp2fwb/pkg-plist deleted file mode 100644 index 96e75f77b2ec..000000000000 --- a/security/cp2fwb/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cp2fwbuilder diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index f46556ceefe3..8d06e0fa4ea2 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -17,6 +17,7 @@ COMMENT= Tool for testing network IDS implementations GNU_CONFIGURE= yes -MAN8= fragrouter.8 +MAN8= fragrouter.8 +PLIST_FILES= sbin/fragrouter .include <bsd.port.mk> diff --git a/security/fragrouter/pkg-plist b/security/fragrouter/pkg-plist deleted file mode 100644 index af1ae81c033f..000000000000 --- a/security/fragrouter/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/fragrouter diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile index c934ac0c32c8..1853957aa288 100644 --- a/security/fuzz/Makefile +++ b/security/fuzz/Makefile @@ -18,6 +18,7 @@ COMMENT= Tool for testing software by bombarding the program with random data GNU_CONFIGURE= yes MAN1= fuzz.1 +PLIST_FILES= bin/fuzz post-install: @${CAT} ${PKGMESSAGE} diff --git a/security/fuzz/pkg-plist b/security/fuzz/pkg-plist deleted file mode 100644 index 54f0daf1808d..000000000000 --- a/security/fuzz/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/fuzz diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile index e1e71a089db1..586b2448c0cc 100644 --- a/security/gnome-ssh-askpass/Makefile +++ b/security/gnome-ssh-askpass/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/openssh-3.6p1 BUILD_WRKSRC= ${WRKSRC}/contrib ALL_TARGET= gnome-ssh-askpass2 +PLIST_FILES= bin/gnome-ssh-askpass2 USE_X_PREFIX= yes USE_GNOME= gtk20 diff --git a/security/gnome-ssh-askpass/pkg-plist b/security/gnome-ssh-askpass/pkg-plist deleted file mode 100644 index d1594cb80898..000000000000 --- a/security/gnome-ssh-askpass/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gnome-ssh-askpass2 diff --git a/security/gsfv/Makefile b/security/gsfv/Makefile index 2515b9a410ce..ded7356f284d 100644 --- a/security/gsfv/Makefile +++ b/security/gsfv/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= ijliao MAINTAINER= ports@FreeBSD.org COMMENT= Create or verify Simple File Verification (SFV) checksum files +PLIST_FILES= bin/gsfv USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/security/gsfv/pkg-plist b/security/gsfv/pkg-plist deleted file mode 100644 index 4ea2ed977377..000000000000 --- a/security/gsfv/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gsfv diff --git a/security/lxnb/Makefile b/security/lxnb/Makefile index 499e64b097bf..4f37ac4259c5 100644 --- a/security/lxnb/Makefile +++ b/security/lxnb/Makefile @@ -15,6 +15,8 @@ DISTFILES= linux-netbus-client-v${PORTVERSION}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= NetBus client +PLIST_FILES= bin/lxnb + pre-build: rm -f ${WRKSRC}/lxnetbus diff --git a/security/lxnb/pkg-plist b/security/lxnb/pkg-plist deleted file mode 100644 index a789015cb0ed..000000000000 --- a/security/lxnb/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/lxnb diff --git a/security/mdcrack/Makefile b/security/mdcrack/Makefile index 0adfbf249ab3..02dffee5826a 100644 --- a/security/mdcrack/Makefile +++ b/security/mdcrack/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bruteforce password MD5 hashes ALL_TARGET= little +PLIST_FILES= bin/mdcrack .include <bsd.port.mk> diff --git a/security/mdcrack/pkg-plist b/security/mdcrack/pkg-plist deleted file mode 100644 index 943873839dc5..000000000000 --- a/security/mdcrack/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mdcrack diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile index 57ee9e679c7c..6c60a315397b 100644 --- a/security/nofgpg/Makefile +++ b/security/nofgpg/Makefile @@ -22,7 +22,8 @@ USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes -MAN1= nofgpg.1 +MAN1= nofgpg.1 +PLIST_FILES= bin/nofgpg post-patch: @${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg diff --git a/security/nofgpg/pkg-plist b/security/nofgpg/pkg-plist deleted file mode 100644 index 0074fbcf355b..000000000000 --- a/security/nofgpg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/nofgpg diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index cce3317bd3ec..f24816736aca 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -16,6 +16,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to find the checksum of files +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/fchksum.so USE_PYTHON= yes USE_PYDISTUTILS= yes GNU_CONFIGURE= yes diff --git a/security/py-fchksum/pkg-plist b/security/py-fchksum/pkg-plist deleted file mode 100644 index 8d677e4add82..000000000000 --- a/security/py-fchksum/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/fchksum.so diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 267d83b26d3d..1c74adb76ef9 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -19,6 +19,7 @@ COMMENT= A comprehensive Python interface to the mcrypt library LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mcrypt.so USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes diff --git a/security/py-mcrypt/pkg-plist b/security/py-mcrypt/pkg-plist deleted file mode 100644 index 0366bc1892b2..000000000000 --- a/security/py-mcrypt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/mcrypt.so diff --git a/security/py-mhash/Makefile b/security/py-mhash/Makefile index 97212f44ca12..e086996336e2 100644 --- a/security/py-mhash/Makefile +++ b/security/py-mhash/Makefile @@ -19,6 +19,7 @@ COMMENT= Python mhash module LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mhash.so USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes diff --git a/security/py-mhash/pkg-plist b/security/py-mhash/pkg-plist deleted file mode 100644 index 9546f4543bec..000000000000 --- a/security/py-mhash/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/mhash.so diff --git a/security/sig2dot/Makefile b/security/sig2dot/Makefile index 8a5596e84bb1..be2c422ef043 100644 --- a/security/sig2dot/Makefile +++ b/security/sig2dot/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= GPG/PGP Keyring Graph Generator +PLIST_FILES= bin/sig2dot USE_PERL5= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/security/sig2dot/pkg-plist b/security/sig2dot/pkg-plist deleted file mode 100644 index be48b9195b8d..000000000000 --- a/security/sig2dot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sig2dot diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile index 56f86d101046..434c29b4437e 100644 --- a/security/trinokiller/Makefile +++ b/security/trinokiller/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Remotely kill trino nodes NO_WRKSUBDIR= yes +PLIST_FILES= sbin/trinokiller do-extract: @${MKDIR} ${WRKDIR} diff --git a/security/trinokiller/pkg-plist b/security/trinokiller/pkg-plist deleted file mode 100644 index a497093226d0..000000000000 --- a/security/trinokiller/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/trinokiller diff --git a/security/vlock/Makefile b/security/vlock/Makefile index 345d64fed049..eeeaf7a96af6 100644 --- a/security/vlock/Makefile +++ b/security/vlock/Makefile @@ -15,5 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Locks a terminal MAN1= vlock.1 +PLIST_FILES= bin/vlock .include <bsd.port.mk> diff --git a/security/vlock/pkg-plist b/security/vlock/pkg-plist deleted file mode 100644 index 325915dc2c45..000000000000 --- a/security/vlock/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vlock diff --git a/security/vlog/Makefile b/security/vlog/Makefile index 191156474ea7..268ac466e13f 100644 --- a/security/vlog/Makefile +++ b/security/vlog/Makefile @@ -25,6 +25,7 @@ USE_PERL5= yes MAN1= vlog.1 MANCOMPRESSED= no +PLIST_FILES= bin/vlog post-patch: ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile diff --git a/security/vlog/pkg-plist b/security/vlog/pkg-plist deleted file mode 100644 index a83ed21389d4..000000000000 --- a/security/vlog/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/vlog diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile index fa4c57ba4c7f..998821e00f51 100644 --- a/sysutils/anteater/Makefile +++ b/sysutils/anteater/Makefile @@ -20,5 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= anteater.1 +PLIST_FILES= bin/anteater .include <bsd.port.mk> diff --git a/sysutils/anteater/pkg-plist b/sysutils/anteater/pkg-plist deleted file mode 100644 index c3fba4cf5c72..000000000000 --- a/sysutils/anteater/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/anteater diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index 30626d590e95..7a1a7160c37c 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -23,5 +23,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install install.man MAN1= asapm.1 +PLIST_FILES= bin/asapm .include <bsd.port.mk> diff --git a/sysutils/asapm/pkg-plist b/sysutils/asapm/pkg-plist deleted file mode 100644 index 82c372dd1711..000000000000 --- a/sysutils/asapm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asapm diff --git a/sysutils/asfsm/Makefile b/sysutils/asfsm/Makefile index 277b3c7bcacb..8e446e8ca60d 100644 --- a/sysutils/asfsm/Makefile +++ b/sysutils/asfsm/Makefile @@ -18,6 +18,7 @@ USE_XPM= yes GNU_CONFIGURE= yes MAN1= asfsm.1 +PLIST_FILES= bin/asfsm do-install: ${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1 diff --git a/sysutils/asfsm/pkg-plist b/sysutils/asfsm/pkg-plist deleted file mode 100644 index 0f0f37ca7c42..000000000000 --- a/sysutils/asfsm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asfsm diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index f21130c547ad..a03ce46c4a44 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -17,6 +17,7 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes MAN1= asmem.1 +PLIST_FILES= bin/asmem do-install: ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin diff --git a/sysutils/asmem/pkg-plist b/sysutils/asmem/pkg-plist deleted file mode 100644 index 7e863e1e8225..000000000000 --- a/sysutils/asmem/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asmem diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index 267af65f1fd4..682eee0685c2 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= apps/asmon MAINTAINER= ports@FreeBSD.org COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc +PLIST_FILES= bin/asmon USE_X_PREFIX= yes .include <bsd.port.pre.mk> diff --git a/sysutils/asmon/pkg-plist b/sysutils/asmon/pkg-plist deleted file mode 100644 index 6523ec3724c3..000000000000 --- a/sysutils/asmon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asmon diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 4d0c12503e29..0f1cefa30ec5 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= utils/disk-management MAINTAINER= ports@FreeBSD.org COMMENT= Converts .bin/.cue files to .iso/audio -MAN1= bchunk.1 +MAN1= bchunk.1 +PLIST_FILES= bin/bchunk do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk diff --git a/sysutils/bchunk/pkg-plist b/sysutils/bchunk/pkg-plist deleted file mode 100644 index a0b368a32517..000000000000 --- a/sysutils/bchunk/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bchunk diff --git a/sysutils/consolehm/Makefile b/sysutils/consolehm/Makefile index 8f5e8eb39d6b..8c7dfbef711c 100644 --- a/sysutils/consolehm/Makefile +++ b/sysutils/consolehm/Makefile @@ -20,5 +20,6 @@ WRKSRC= ${WRKDIR}/consolehm/consolehm GNU_CONFIGURE= yes MAN8= chm.8 MANCOMPRESSED= yes +PLIST_FILES= bin/chm .include <bsd.port.mk> diff --git a/sysutils/consolehm/pkg-plist b/sysutils/consolehm/pkg-plist deleted file mode 100644 index 6e07f23a391d..000000000000 --- a/sysutils/consolehm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/chm diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index 1fdb2ce61c88..054f0aa695eb 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -26,6 +26,7 @@ EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR} MAN1= copytape.1 MAN5= copytape.5 +PLIST_FILES= bin/copytape do-install: @${INSTALL_PROGRAM} ${WRKSRC}/copytape ${PREFIX}/bin/copytape diff --git a/sysutils/copytape/pkg-plist b/sysutils/copytape/pkg-plist deleted file mode 100644 index 2dd838276e48..000000000000 --- a/sysutils/copytape/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/copytape diff --git a/sysutils/cpbk/Makefile b/sysutils/cpbk/Makefile index 8a81f6247c98..f8860f8bdc02 100644 --- a/sysutils/cpbk/Makefile +++ b/sysutils/cpbk/Makefile @@ -17,6 +17,7 @@ COMMENT= Backup Copy programm MAN1= cpbk.1 MANCOMPRESSED= yes +PLIST_FILES= bin/cpbk do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cpbk ${PREFIX}/bin diff --git a/sysutils/cpbk/pkg-plist b/sysutils/cpbk/pkg-plist deleted file mode 100644 index 8ef3c4c8f30c..000000000000 --- a/sysutils/cpbk/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cpbk diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index b37d889eb669..92cde5dc0cb8 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -16,5 +16,6 @@ COMMENT= A comprehensive filesystem mirroring program MAN1= cpdup.1 MANCOMPRESSED= yes +PLIST_FILES= bin/cpdup .include <bsd.port.mk> diff --git a/sysutils/cpdup/pkg-plist b/sysutils/cpdup/pkg-plist deleted file mode 100644 index b186f0f60732..000000000000 --- a/sysutils/cpdup/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cpdup diff --git a/sysutils/dc42wrap/Makefile b/sysutils/dc42wrap/Makefile index 52df7849e4b2..850ae3435b4c 100644 --- a/sysutils/dc42wrap/Makefile +++ b/sysutils/dc42wrap/Makefile @@ -16,5 +16,6 @@ COMMENT= Wrap a \"raw\" floppy image as an Apple DiskCopy 4.2 file MAKEFILE= Makefile,freebsd MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} NOMANCOMPRESS=yes MAN1= dc42wrap.1 +PLIST_FILES= bin/dc42wrap .include <bsd.port.mk> diff --git a/sysutils/dc42wrap/pkg-plist b/sysutils/dc42wrap/pkg-plist deleted file mode 100644 index edd31baa82d7..000000000000 --- a/sysutils/dc42wrap/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dc42wrap diff --git a/sysutils/disktool/Makefile b/sysutils/disktool/Makefile index 0fc653e0c5e1..d59a81ebba69 100644 --- a/sysutils/disktool/Makefile +++ b/sysutils/disktool/Makefile @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} ALL_TARGET= disktool MAN1= disktool.1 +PLIST_FILES= bin/disktool post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile diff --git a/sysutils/disktool/pkg-plist b/sysutils/disktool/pkg-plist deleted file mode 100644 index 85bbb63b84a7..000000000000 --- a/sysutils/disktool/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/disktool diff --git a/sysutils/diskusage/Makefile b/sysutils/diskusage/Makefile index 24eb8eabb39b..4f7333ad25a4 100644 --- a/sysutils/diskusage/Makefile +++ b/sysutils/diskusage/Makefile @@ -15,6 +15,7 @@ COMMENT= Shows current user diskusage and sum in human-readable format MAN1= diskusage.1 MANCOMPRESSED= yes +PLIST_FILES= bin/diskusage NO_BUILD= yes WRKSRC= ${WRKDIR}/diskusage diff --git a/sysutils/diskusage/pkg-plist b/sysutils/diskusage/pkg-plist deleted file mode 100644 index 7c7ad4d19cf7..000000000000 --- a/sysutils/diskusage/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/diskusage diff --git a/sysutils/durep/Makefile b/sysutils/durep/Makefile index 4024e41c1845..effd4d5bfd34 100644 --- a/sysutils/durep/Makefile +++ b/sysutils/durep/Makefile @@ -16,5 +16,6 @@ COMMENT= Utility for monitoring disk usage in a more visual way than du USE_PERL5= yes MAN1= durep.1 +PLIST_FILES= bin/durep .include <bsd.port.mk> diff --git a/sysutils/durep/pkg-plist b/sysutils/durep/pkg-plist deleted file mode 100644 index d33a90fb175c..000000000000 --- a/sysutils/durep/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/durep diff --git a/sysutils/dvdtape/Makefile b/sysutils/dvdtape/Makefile index 9d129dca1119..bb311a70d361 100644 --- a/sysutils/dvdtape/Makefile +++ b/sysutils/dvdtape/Makefile @@ -19,5 +19,6 @@ USE_GETOPT_LONG= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= dvdtape.1 +PLIST_FILES= bin/dvdtape .include <bsd.port.mk> diff --git a/sysutils/dvdtape/pkg-plist b/sysutils/dvdtape/pkg-plist deleted file mode 100644 index 4b6ac1a0954b..000000000000 --- a/sysutils/dvdtape/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dvdtape diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile index af57c6be901c..48aae4c4ad62 100644 --- a/sysutils/fastest_cvsup/Makefile +++ b/sysutils/fastest_cvsup/Makefile @@ -18,5 +18,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-H USE_PERL5= yes MAN7= fastest_cvsup.7 +PLIST_FILES= bin/fastest_cvsup .include <bsd.port.mk> diff --git a/sysutils/fastest_cvsup/pkg-plist b/sysutils/fastest_cvsup/pkg-plist deleted file mode 100644 index 7f3f2bc61bf4..000000000000 --- a/sysutils/fastest_cvsup/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/fastest_cvsup diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index e600fa9d8f49..a5b864e8144a 100644 --- a/sysutils/ffsrecov/Makefile +++ b/sysutils/ffsrecov/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Recover files from a corrupt FFS MAN8= ffsrecov.8 +PLIST_FILES= bin/ffsrecov .include <bsd.port.pre.mk> diff --git a/sysutils/ffsrecov/pkg-plist b/sysutils/ffsrecov/pkg-plist deleted file mode 100644 index 05f82502f427..000000000000 --- a/sysutils/ffsrecov/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ffsrecov diff --git a/sysutils/fsck_ext2fs/Makefile b/sysutils/fsck_ext2fs/Makefile index e937bf480c53..b0d3fc17ee0a 100644 --- a/sysutils/fsck_ext2fs/Makefile +++ b/sysutils/fsck_ext2fs/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ext2fs filesystem consistency check and interactive repair MAN8= fsck_ext2fs.8 +PLIST_FILES= sbin/fsck_ext2fs do-build: @cd ${WRKSRC}/fsck_ext2fs && ${SETENV} ${MAKE_ENV} ${MAKE} diff --git a/sysutils/fsck_ext2fs/pkg-plist b/sysutils/fsck_ext2fs/pkg-plist deleted file mode 100644 index 97f009b30e57..000000000000 --- a/sysutils/fsck_ext2fs/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/fsck_ext2fs diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile index 79b2846f37c5..5a8bcfcb7444 100644 --- a/sysutils/gtoaster/Makefile +++ b/sysutils/gtoaster/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_FILES= bin/gtoaster USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnomehack gnometarget gtk12 diff --git a/sysutils/gtoaster/pkg-plist b/sysutils/gtoaster/pkg-plist deleted file mode 100644 index 2586b515f86c..000000000000 --- a/sysutils/gtoaster/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gtoaster diff --git a/sysutils/lsmlib/Makefile b/sysutils/lsmlib/Makefile index de7ceabd55d7..29b855882d09 100644 --- a/sysutils/lsmlib/Makefile +++ b/sysutils/lsmlib/Makefile @@ -22,6 +22,7 @@ XML2_CONFIG?= ${LOCALBASE}/bin/xml2-config WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile MAKE_ENV= XML2_CONFIG="${XML2_CONFIG}" +PLIST_FILES= bin/lsm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lsm ${PREFIX}/bin diff --git a/sysutils/lsmlib/pkg-plist b/sysutils/lsmlib/pkg-plist deleted file mode 100644 index dd131bc9e288..000000000000 --- a/sysutils/lsmlib/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/lsm diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 54a4aa2b363b..9a546cf8e488 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -17,6 +17,8 @@ NO_WRKSUBDIR= yes CONFLICTS= psmisc-* +PLIST_FILES= bin/pstree + do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c diff --git a/sysutils/pstree/pkg-plist b/sysutils/pstree/pkg-plist deleted file mode 100644 index 674689c6b92c..000000000000 --- a/sysutils/pstree/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pstree diff --git a/sysutils/qtpkg/Makefile b/sysutils/qtpkg/Makefile index e57c5d71ed61..5034cc1af97f 100644 --- a/sysutils/qtpkg/Makefile +++ b/sysutils/qtpkg/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Qt based package removal tool MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}" +PLIST_FILES= sbin/qtpkg USE_QT_VER= 3 do-install: diff --git a/sysutils/qtpkg/pkg-plist b/sysutils/qtpkg/pkg-plist deleted file mode 100644 index c8de90e3b80d..000000000000 --- a/sysutils/qtpkg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/qtpkg diff --git a/sysutils/rc_subr/Makefile b/sysutils/rc_subr/Makefile index c21913d8ef3b..c5d1d6dcde06 100644 --- a/sysutils/rc_subr/Makefile +++ b/sysutils/rc_subr/Makefile @@ -16,6 +16,7 @@ COMMENT= Common startup and shutdown subroutines used by scripts NO_BUILD= yes MAN8= rc.subr.8 +PLIST_FILES= etc/rc.subr do-install: ${INSTALL_DATA} -m 644 ${WRKSRC}/rc.subr ${PREFIX}/etc/ diff --git a/sysutils/rc_subr/pkg-plist b/sysutils/rc_subr/pkg-plist deleted file mode 100644 index 00743ab0225c..000000000000 --- a/sysutils/rc_subr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -etc/rc.subr diff --git a/sysutils/setcdboot/Makefile b/sysutils/setcdboot/Makefile index 55a6f3069bb0..80717f4b8a9a 100644 --- a/sysutils/setcdboot/Makefile +++ b/sysutils/setcdboot/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mark a file bootable within a DEC Alpha ISO-9660 image NO_WRKSUBDIR= yes +PLIST_FILES= bin/setcdboot do-fetch: diff --git a/sysutils/setcdboot/pkg-plist b/sysutils/setcdboot/pkg-plist deleted file mode 100644 index b2ef767af957..000000000000 --- a/sysutils/setcdboot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/setcdboot diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index 6cdd8dc12f5d..63da64d37bc0 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -25,6 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= slmon.1 +PLIST_FILES= bin/slmon CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -lncurses diff --git a/sysutils/slmon/pkg-plist b/sysutils/slmon/pkg-plist deleted file mode 100644 index 2c20d39994db..000000000000 --- a/sysutils/slmon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/slmon diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index 38999ce930b7..7c8e5dad8902 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -17,7 +17,8 @@ COMMENT= Slow down a process USE_REINPLACE= yes GNU_CONFIGURE= yes -MAN1= sloth.1 +MAN1= sloth.1 +PLIST_FILES= bin/sloth post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure diff --git a/sysutils/sloth/pkg-plist b/sysutils/sloth/pkg-plist deleted file mode 100644 index a0471ce9a78a..000000000000 --- a/sysutils/sloth/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sloth diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index 0fdf93977d3c..1f7000c2ba78 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -17,6 +17,7 @@ NO_CDROM= "Don't sell for profit" USE_REINPLACE= yes MAN1= su2.1 +PLIST_FILES= bin/su2 post-patch: ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man diff --git a/sysutils/su2/pkg-plist b/sysutils/su2/pkg-plist deleted file mode 100644 index 8a9cf8c7ea91..000000000000 --- a/sysutils/su2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/su2 diff --git a/sysutils/tree/Makefile b/sysutils/tree/Makefile index f99fd2c1912b..814a25ca03e5 100644 --- a/sysutils/tree/Makefile +++ b/sysutils/tree/Makefile @@ -16,5 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Display a tree-view of directories with optional color or HTML output MAN1= tree.1 +PLIST_FILES= bin/tree .include <bsd.port.mk> diff --git a/sysutils/tree/pkg-plist b/sysutils/tree/pkg-plist deleted file mode 100644 index 49245df418a5..000000000000 --- a/sysutils/tree/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tree diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index 3b77090b4bac..ffac539b8944 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ MAINTAINER= ports@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time +PLIST_FILES= bin/ttyload USE_REINPLACE= yes ALL_TARGET= default diff --git a/sysutils/ttyload/pkg-plist b/sysutils/ttyload/pkg-plist deleted file mode 100644 index f3b48f95b93b..000000000000 --- a/sysutils/ttyload/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ttyload diff --git a/sysutils/userlist/Makefile b/sysutils/userlist/Makefile index 0f23c23d45d1..7e11d6c84212 100644 --- a/sysutils/userlist/Makefile +++ b/sysutils/userlist/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Prints a list of all usernames in /etc/passwd NO_BUILD= yes +PLIST_FILES= bin/userlist WRKSRC= ${WRKDIR}/${PORTNAME} do-install: diff --git a/sysutils/userlist/pkg-plist b/sysutils/userlist/pkg-plist deleted file mode 100644 index 8ce7465cd852..000000000000 --- a/sysutils/userlist/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/userlist diff --git a/sysutils/wmavgload/Makefile b/sysutils/wmavgload/Makefile index 305254866fc3..241419d0440c 100644 --- a/sysutils/wmavgload/Makefile +++ b/sysutils/wmavgload/Makefile @@ -17,6 +17,7 @@ COMMENT= Another WindowMaker load gauge USE_IMAKE= yes USE_XPM= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/wmavgload ALL_TARGET= wmavgload .include <bsd.port.mk> diff --git a/sysutils/wmavgload/pkg-plist b/sysutils/wmavgload/pkg-plist deleted file mode 100644 index 0a224a64494e..000000000000 --- a/sysutils/wmavgload/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmavgload diff --git a/sysutils/wmflame/Makefile b/sysutils/wmflame/Makefile index 23518c30ad89..8025b2d16c31 100644 --- a/sysutils/wmflame/Makefile +++ b/sysutils/wmflame/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that shows the load average as a flame +PLIST_FILES= bin/wmflame WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} USE_GMAKE= yes USE_XPM= yes diff --git a/sysutils/wmflame/pkg-plist b/sysutils/wmflame/pkg-plist deleted file mode 100644 index ee3dfae2e388..000000000000 --- a/sysutils/wmflame/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmflame diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile index 5847f7bcccce..ae796226ddff 100644 --- a/sysutils/wmhm/Makefile +++ b/sysutils/wmhm/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/wmhm/wmhm GNU_CONFIGURE= yes MAN8= wmhm.8 MANCOMPRESSED= yes +PLIST_FILES= bin/wmhm post-install: ${STRIP_CMD} ${PREFIX}/bin/wmhm diff --git a/sysutils/wmhm/pkg-plist b/sysutils/wmhm/pkg-plist deleted file mode 100644 index ba13c8c65a7c..000000000000 --- a/sysutils/wmhm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmhm diff --git a/textproc/csv2latex/Makefile b/textproc/csv2latex/Makefile index 6f0caf9998c2..603938619d49 100644 --- a/textproc/csv2latex/Makefile +++ b/textproc/csv2latex/Makefile @@ -18,6 +18,7 @@ COMMENT= Converts a well formed csv file to a LaTeX document USE_GETOPT_LONG= yes NO_WRKSUBDIR= yes +PLIST_FILES= bin/csv2latex EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= . diff --git a/textproc/csv2latex/pkg-plist b/textproc/csv2latex/pkg-plist deleted file mode 100644 index 9c31a41eb805..000000000000 --- a/textproc/csv2latex/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/csv2latex diff --git a/textproc/denature/Makefile b/textproc/denature/Makefile index 5a6e83ddcb52..e7533dcd764c 100644 --- a/textproc/denature/Makefile +++ b/textproc/denature/Makefile @@ -26,7 +26,8 @@ USE_JAVA= 1.2+ POD2MAN?= pod2man WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= denature.1 +MAN1= denature.1 +PLIST_FILES= bin/denature post-patch: @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}| ; \ diff --git a/textproc/denature/pkg-plist b/textproc/denature/pkg-plist deleted file mode 100644 index d55470cef74a..000000000000 --- a/textproc/denature/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/denature diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 7a0c303dadc2..15d82bf4bb5c 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -17,7 +17,8 @@ COMMENT= Translates documents written in troff macros to DocBook USE_PYTHON= yes NO_BUILD= yes -MAN1= doclifter.1 +MAN1= doclifter.1 +PLIST_FILES= bin/doclifter do-install: ${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin diff --git a/textproc/doclifter/pkg-plist b/textproc/doclifter/pkg-plist deleted file mode 100644 index cc8941255a75..000000000000 --- a/textproc/doclifter/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/doclifter diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index d6f699e0a357..2a33e5f781f0 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -15,6 +15,7 @@ DISTNAME= GutenMark_source_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Attractively formatting Project Gutenberg texts +PLIST_FILES= bin/GutenMark USE_REINPLACE= yes WRKSRC= ${WRKDIR}/GutenMark-source USE_GMAKE= yes diff --git a/textproc/gutenmark/pkg-plist b/textproc/gutenmark/pkg-plist deleted file mode 100644 index 6a07ad4cee60..000000000000 --- a/textproc/gutenmark/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/GutenMark diff --git a/textproc/html2fo/Makefile b/textproc/html2fo/Makefile index 6121747b5190..27e1aeb8634b 100644 --- a/textproc/html2fo/Makefile +++ b/textproc/html2fo/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML to xsl:fo converter +PLIST_FILES= bin/html2fo WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/textproc/html2fo/pkg-plist b/textproc/html2fo/pkg-plist deleted file mode 100644 index ae2c792b3ad6..000000000000 --- a/textproc/html2fo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/html2fo diff --git a/textproc/info2html/Makefile b/textproc/info2html/Makefile index 70d561e42569..29e855f1ab1e 100644 --- a/textproc/info2html/Makefile +++ b/textproc/info2html/Makefile @@ -15,5 +15,6 @@ COMMENT= Translate GNU info files into HTML pages MAN1= info2html.1 MANCOMPRESSED= yes +PLIST_FILES= bin/info2html .include <bsd.port.mk> diff --git a/textproc/info2html/pkg-plist b/textproc/info2html/pkg-plist deleted file mode 100644 index 736a761b98de..000000000000 --- a/textproc/info2html/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/info2html diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index a7494471d2f2..cf34fe83c934 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -16,6 +16,7 @@ COMMENT= Translate GNU info files into HTML pages RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +PLIST_FILES= bin/info_to_html USE_PERL5= yes NO_BUILD= yes diff --git a/textproc/info_to_html/pkg-plist b/textproc/info_to_html/pkg-plist deleted file mode 100644 index c0dee54db6ef..000000000000 --- a/textproc/info_to_html/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/info_to_html diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 4fbaa73557a5..da0711acc526 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -23,6 +23,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= ipdf.1 +MAN1= ipdf.1 +PLIST_FILES= bin/ipdf .include <bsd.port.mk> diff --git a/textproc/ipdf/pkg-plist b/textproc/ipdf/pkg-plist deleted file mode 100644 index bf1ba1b39074..000000000000 --- a/textproc/ipdf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ipdf diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index 1c932eab88d7..597e69a0af48 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -20,5 +20,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX USE_GMAKE= yes MAN1= opensched.1 +PLIST_FILES= bin/opensched .include <bsd.port.mk> diff --git a/textproc/opensched/pkg-plist b/textproc/opensched/pkg-plist deleted file mode 100644 index 91bc90f0de03..000000000000 --- a/textproc/opensched/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/opensched diff --git a/textproc/py-sgrep/Makefile b/textproc/py-sgrep/Makefile index 3f6c44696001..0f24356799b6 100644 --- a/textproc/py-sgrep/Makefile +++ b/textproc/py-sgrep/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= sgrep-1.92a.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Python wrappers for Sgrep +PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so SGREP_VER= 1.92a WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER} GNU_CONFIGURE= yes diff --git a/textproc/py-sgrep/pkg-plist b/textproc/py-sgrep/pkg-plist deleted file mode 100644 index 085ccbf5dd86..000000000000 --- a/textproc/py-sgrep/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sgreplib.so diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 2a08b8943997..eedaec699963 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Reverse compile man pages from formatted form MAN1= rman.1 +PLIST_FILES= bin/rman post-install: @${STRIP_CMD} ${PREFIX}/bin/rman diff --git a/textproc/rman/pkg-plist b/textproc/rman/pkg-plist deleted file mode 100644 index 80c3ed85f274..000000000000 --- a/textproc/rman/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rman diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile index 6cf8b48092e6..ea83d8633e50 100644 --- a/textproc/rot/Makefile +++ b/textproc/rot/Makefile @@ -18,7 +18,8 @@ COMMENT= Rotates a file so that lines become columns and vice versa ALL_TARGET= ${PORTNAME} -MAN1= rot.1 +MAN1= rot.1 +PLIST_FILES= bin/rot do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rot ${PREFIX}/bin diff --git a/textproc/rot/pkg-plist b/textproc/rot/pkg-plist deleted file mode 100644 index 890b9da2d953..000000000000 --- a/textproc/rot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rot diff --git a/textproc/rtfreader/Makefile b/textproc/rtfreader/Makefile index c379848088eb..e31ed93916ef 100644 --- a/textproc/rtfreader/Makefile +++ b/textproc/rtfreader/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A portable application/ms-rtf parser ALL_TARGET= rtfreader +PLIST_FILES= bin/rtfreader do-install: @${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${PREFIX}/bin diff --git a/textproc/rtfreader/pkg-plist b/textproc/rtfreader/pkg-plist deleted file mode 100644 index 9a0ea2c8e88f..000000000000 --- a/textproc/rtfreader/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rtfreader diff --git a/textproc/sed_inplace/Makefile b/textproc/sed_inplace/Makefile index 134a19eb858c..048860cc6eca 100644 --- a/textproc/sed_inplace/Makefile +++ b/textproc/sed_inplace/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A modified version of the sed(1) which can do in-place editing of files NO_WRKSUBDIR= yes +PLIST_FILES= bin/sed_inplace MAKEFILE= ${PKGDIR}/src/Makefile MAKE_ENV= PKGDIR="${PKGDIR}" diff --git a/textproc/sed_inplace/pkg-plist b/textproc/sed_inplace/pkg-plist deleted file mode 100644 index 82008ac38950..000000000000 --- a/textproc/sed_inplace/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sed_inplace diff --git a/textproc/texi2db/Makefile b/textproc/texi2db/Makefile index 7be1acd35fb5..baed772115ac 100644 --- a/textproc/texi2db/Makefile +++ b/textproc/texi2db/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= texi2db.1 +MAN1= texi2db.1 +PLIST_FILES= bin/texi2db .include <bsd.port.mk> diff --git a/textproc/texi2db/pkg-plist b/textproc/texi2db/pkg-plist deleted file mode 100644 index c875364cb5be..000000000000 --- a/textproc/texi2db/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/texi2db diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index cacb0d1a283e..6b474f5acd10 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} ALL_TARGET= txt2man.1 INSTALL_TARGET= install prefix=${PREFIX} -MAN1= txt2man.1 +MAN1= txt2man.1 +PLIST_FILES= bin/txt2man .include <bsd.port.mk> diff --git a/textproc/txt2man/pkg-plist b/textproc/txt2man/pkg-plist deleted file mode 100644 index df01b15d0d7c..000000000000 --- a/textproc/txt2man/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/txt2man diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 557a4095b60f..25622c513e15 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -18,6 +18,7 @@ USE_REINPLACE= yes ALL_TARGET= unrtf MAN1= unrtf.1 +PLIST_FILES= bin/unrtf post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC| ; s|^CFLAGS|#CFLAGS| ; \ diff --git a/textproc/unrtf/pkg-plist b/textproc/unrtf/pkg-plist deleted file mode 100644 index db24f10a671c..000000000000 --- a/textproc/unrtf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/unrtf diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile index aab3b75e2407..6a2ee7d8e66b 100644 --- a/textproc/xml-lite.el/Makefile +++ b/textproc/xml-lite.el/Makefile @@ -24,6 +24,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} +PLIST_FILES= %%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el do-install: ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR} diff --git a/textproc/xml-lite.el/pkg-plist b/textproc/xml-lite.el/pkg-plist deleted file mode 100644 index 9ad528b79048..000000000000 --- a/textproc/xml-lite.el/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile index a90a7d458876..7362620617ef 100644 --- a/textproc/xmlindent/Makefile +++ b/textproc/xmlindent/Makefile @@ -16,6 +16,7 @@ COMMENT= A XML stream reformatter MAN1= xmlindent.1 MANCOMPRESSED= maybe +PLIST_FILES= bin/xmlindent pre-build: cd ${WRKSRC} && ${MAKE} lexer diff --git a/textproc/xmlindent/pkg-plist b/textproc/xmlindent/pkg-plist deleted file mode 100644 index 11198e5bdb51..000000000000 --- a/textproc/xmlindent/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmlindent diff --git a/www/arena/Makefile b/www/arena/Makefile index 802f9caef659..8a6e993b6971 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -17,6 +17,7 @@ COMMENT= Experimental HTML 3 browser, supports math and style sheets LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png +PLIST_FILES= bin/arena USE_XLIB= yes WRKSRC= ${WRKDIR}/WWW diff --git a/www/arena/pkg-plist b/www/arena/pkg-plist deleted file mode 100644 index 6771154b96d6..000000000000 --- a/www/arena/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/arena diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index cb6491d83142..21abe0c85d72 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --enable-netrc \ --with-expat ALL_TARGET= cadaver -MAN1= cadaver.1 +MAN1= cadaver.1 +PLIST_FILES= bin/cadaver CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib diff --git a/www/cadaver/pkg-plist b/www/cadaver/pkg-plist deleted file mode 100644 index cfe973124f0b..000000000000 --- a/www/cadaver/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cadaver diff --git a/www/mod_bunzip2/Makefile b/www/mod_bunzip2/Makefile index a3ada8e41267..0e195d6f04ca 100644 --- a/www/mod_bunzip2/Makefile +++ b/www/mod_bunzip2/Makefile @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Apache module for server-side decompression of bzip2 files +PLIST_FILES= libexec/apache/mod_bunzip2.so USE_APACHE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}-2 diff --git a/www/mod_bunzip2/pkg-plist b/www/mod_bunzip2/pkg-plist deleted file mode 100644 index 2f05b781bb74..000000000000 --- a/www/mod_bunzip2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/apache/mod_bunzip2.so diff --git a/www/netscape-remote/Makefile b/www/netscape-remote/Makefile index 57651cd9591d..25889e60aa4f 100644 --- a/www/netscape-remote/Makefile +++ b/www/netscape-remote/Makefile @@ -18,6 +18,7 @@ COMMENT= Utility to pass commands to running netscape process USE_XLIB= yes DIST_SUBDIR= netscape-remote NO_WRKSUBDIR= yes +PLIST_FILES= bin/netscape-remote do-extract: @${MKDIR} ${WRKDIR} diff --git a/www/netscape-remote/pkg-plist b/www/netscape-remote/pkg-plist deleted file mode 100644 index 206cfe5d7117..000000000000 --- a/www/netscape-remote/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/netscape-remote diff --git a/www/py-mt/Makefile b/www/py-mt/Makefile index a37b05a9f637..bd0e941f2e0a 100644 --- a/www/py-mt/Makefile +++ b/www/py-mt/Makefile @@ -19,6 +19,7 @@ COMMENT= A Python module which provides Movable Type XML-RPC connectivity USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMT.py do-install: @${INSTALL_DATA} ${WRKSRC}/PyMT.py ${PYTHON_SITELIBDIR} diff --git a/www/py-mt/pkg-plist b/www/py-mt/pkg-plist deleted file mode 100644 index dd6a4e60a05b..000000000000 --- a/www/py-mt/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/PyMT.py diff --git a/www/scout/Makefile b/www/scout/Makefile index 0d47cb18c08b..f223573fc2ca 100644 --- a/www/scout/Makefile +++ b/www/scout/Makefile @@ -17,6 +17,7 @@ COMMENT= A utility to harvest URLs from a given start point USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared --enable-static MAN1= scout.1 +PLIST_FILES= bin/scout do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/scout ${PREFIX}/bin/ diff --git a/www/scout/pkg-plist b/www/scout/pkg-plist deleted file mode 100644 index 38a7ff0e2de9..000000000000 --- a/www/scout/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/scout diff --git a/www/snarf/Makefile b/www/snarf/Makefile index 206454aa7d6a..2bb565c3090d 100644 --- a/www/snarf/Makefile +++ b/www/snarf/Makefile @@ -15,7 +15,8 @@ COMMENT= Another small command-line URL (http/ftp/gopher/finger) fetcher GNU_CONFIGURE= yes -MAN1= snarf.1 +MAN1= snarf.1 +PLIST_FILES= bin/snarf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/ diff --git a/www/snarf/pkg-plist b/www/snarf/pkg-plist deleted file mode 100644 index e683bc9f2fb3..000000000000 --- a/www/snarf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/snarf diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index 0c65483f6bb7..5bd3257d66fd 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -19,6 +19,7 @@ COMMENT= Afterstep clock with some language extentions USE_IMAKE= yes USE_XPM= yes MAN1= asclock.1 +PLIST_FILES= bin/asclock pre-configure: (cd ${WRKSRC}; \ diff --git a/x11-clocks/asclock/pkg-plist b/x11-clocks/asclock/pkg-plist deleted file mode 100644 index fd17e9de291c..000000000000 --- a/x11-clocks/asclock/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asclock diff --git a/x11-clocks/dclock/Makefile b/x11-clocks/dclock/Makefile index 28659346b95c..963c6697a9cb 100644 --- a/x11-clocks/dclock/Makefile +++ b/x11-clocks/dclock/Makefile @@ -22,5 +22,6 @@ COMMENT= A 7-segment digital clock with optional military time and alarm IGNOREFILES= ${DISTFILES} USE_IMAKE= yes MAN1= dclock.1 +PLIST_FILES= bin/dclock .include <bsd.port.mk> diff --git a/x11-clocks/dclock/pkg-plist b/x11-clocks/dclock/pkg-plist deleted file mode 100644 index 719603d62ec8..000000000000 --- a/x11-clocks/dclock/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dclock diff --git a/x11-clocks/t3d/Makefile b/x11-clocks/t3d/Makefile index d2abfd559269..6d11548407e5 100644 --- a/x11-clocks/t3d/Makefile +++ b/x11-clocks/t3d/Makefile @@ -23,5 +23,6 @@ NO_WRKSUBDIR= yes USE_IMAKE= yes MAN1= t3d.1 +PLIST_FILES= bin/t3d .include <bsd.port.mk> diff --git a/x11-clocks/t3d/pkg-plist b/x11-clocks/t3d/pkg-plist deleted file mode 100644 index 3e760f107e5c..000000000000 --- a/x11-clocks/t3d/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/t3d diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile index b78c8df75d17..a882e846e703 100644 --- a/x11-clocks/wmitime/Makefile +++ b/x11-clocks/wmitime/Makefile @@ -15,6 +15,7 @@ COMMENT= A clock dockapp that shows the date, time, and internet time WRKSRC= ${WRKDIR}/wmitime/wmitime +PLIST_FILES= bin/wmitime USE_X_PREFIX= yes USE_XPM= yes diff --git a/x11-clocks/wmitime/pkg-plist b/x11-clocks/wmitime/pkg-plist deleted file mode 100644 index a58a8076b178..000000000000 --- a/x11-clocks/wmitime/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmitime diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index 3e4b8335683f..201bbfd6305b 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -21,5 +21,6 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xdaliclock.1 +PLIST_FILES= bin/xdaliclock .include <bsd.port.mk> diff --git a/x11-clocks/xdaliclock/pkg-plist b/x11-clocks/xdaliclock/pkg-plist deleted file mode 100644 index f448220b8477..000000000000 --- a/x11-clocks/xdaliclock/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xdaliclock diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile index c826d4118fa7..d1f424642401 100644 --- a/x11-fm/endeavour/Makefile +++ b/x11-fm/endeavour/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical file manager and image viewer aimed towards new users +PLIST_FILES= bin/endeavour USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/x11-fm/endeavour/pkg-plist b/x11-fm/endeavour/pkg-plist deleted file mode 100644 index f2d95c1e078f..000000000000 --- a/x11-fm/endeavour/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/endeavour diff --git a/x11-fm/systemg/Makefile b/x11-fm/systemg/Makefile index 46e12d83082a..52cc9a8313f2 100644 --- a/x11-fm/systemg/Makefile +++ b/x11-fm/systemg/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS= CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" MAKE_ENV= JX_INSTALL_ROOT="${X11BASE}/bin" \ JX_LIB_ROOT="${X11BASE}/lib" -PLIST_SUB= PORTNAME="${PORTNAME}" +PLIST_FILES= bin/systemg # Make environment PORTINCLUDES= -I${X11BASE}/include/jx \ diff --git a/x11-fm/systemg/pkg-plist b/x11-fm/systemg/pkg-plist deleted file mode 100644 index f30e5113bfa4..000000000000 --- a/x11-fm/systemg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/systemg diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile index 192e6bf050b2..a6c4a8125a2c 100644 --- a/x11-fonts/ttmkfdir/Makefile +++ b/x11-fonts/ttmkfdir/Makefile @@ -18,6 +18,7 @@ COMMENT= Create fonts.scale file for use with TrueType font server BUILD_DEPENDS= libtool13:${PORTSDIR}/devel/libtool13 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +PLIST_FILES= bin/ttmkfdir USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG=yes diff --git a/x11-fonts/ttmkfdir/pkg-plist b/x11-fonts/ttmkfdir/pkg-plist deleted file mode 100644 index 6b3e9c695fe8..000000000000 --- a/x11-fonts/ttmkfdir/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ttmkfdir diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 743d3a93e36d..e48a65031476 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -19,5 +19,6 @@ USE_IMAKE= yes MAKE_FLAGS= MANDIR=${PREFIX}/man/man1 BINDIR=${PREFIX}/bin -f WRKSRC= ${WRKDIR}/xfed MAN1= xfed.1 +PLIST_FILES= bin/xfed .include <bsd.port.mk> diff --git a/x11-fonts/xfed/pkg-plist b/x11-fonts/xfed/pkg-plist deleted file mode 100644 index f1c81b2ad11d..000000000000 --- a/x11-fonts/xfed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xfed diff --git a/x11-fonts/xfontselector/Makefile b/x11-fonts/xfontselector/Makefile index 39f33a2c999b..6334401c7660 100644 --- a/x11-fonts/xfontselector/Makefile +++ b/x11-fonts/xfontselector/Makefile @@ -23,7 +23,8 @@ MAKE_ENV= CXX="${CXX} ${QTCPPFLAGS} -I${X11BASE}/include" \ LIBS="${QTCFGLIBS} -L${X11BASE}/lib" ALL_TARGET= # empty -MAN1= xfontselector.1 +MAN1= xfontselector.1 +PLIST_FILES= bin/xfontselector post-patch: @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; s,^CXXFLAGS,#CXXFLAGS,g ; \ diff --git a/x11-fonts/xfontselector/pkg-plist b/x11-fonts/xfontselector/pkg-plist deleted file mode 100644 index e2b1e97298d9..000000000000 --- a/x11-fonts/xfontselector/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xfontselector diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile index 71f5cf021905..8f678d114bf2 100644 --- a/x11-fonts/xmbdfed/Makefile +++ b/x11-fonts/xmbdfed/Makefile @@ -23,5 +23,6 @@ USE_FREETYPE= yes USE_MOTIF= yes MAN1= xmbdfed.1 +PLIST_FILES= bin/xmbdfed .include <bsd.port.mk> diff --git a/x11-fonts/xmbdfed/pkg-plist b/x11-fonts/xmbdfed/pkg-plist deleted file mode 100644 index fe5772f6f873..000000000000 --- a/x11-fonts/xmbdfed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmbdfed diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index 6e81fcdca84e..65e46e1418c6 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -16,5 +16,6 @@ COMMENT= A program to link multiple X and VNC servers together USE_IMAKE= yes MAN1= x2vnc.1 +PLIST_FILES= bin/x2vnc .include <bsd.port.mk> diff --git a/x11-servers/x2vnc/pkg-plist b/x11-servers/x2vnc/pkg-plist deleted file mode 100644 index a486dfe44289..000000000000 --- a/x11-servers/x2vnc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/x2vnc diff --git a/x11-toolkits/wmapp/Makefile b/x11-toolkits/wmapp/Makefile index 488aba99801e..6798bb6f8574 100644 --- a/x11-toolkits/wmapp/Makefile +++ b/x11-toolkits/wmapp/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://www.princeton.edu/~kmccarty/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp Graphics Library +PLIST_FILES= lib/libwmapp.a USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/x11-toolkits/wmapp/pkg-plist b/x11-toolkits/wmapp/pkg-plist deleted file mode 100644 index a27c5f9f4549..000000000000 --- a/x11-toolkits/wmapp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/libwmapp.a diff --git a/x11-wm/9menu/Makefile b/x11-wm/9menu/Makefile index dbb813033f02..3d4de56df70f 100644 --- a/x11-wm/9menu/Makefile +++ b/x11-wm/9menu/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple menu patterened after plan9 #BROKEN= unfetchable +PLIST_FILES= bin/9menu USE_XLIB= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= diff --git a/x11-wm/9menu/pkg-plist b/x11-wm/9menu/pkg-plist deleted file mode 100644 index c2b402d15782..000000000000 --- a/x11-wm/9menu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9menu diff --git a/x11-wm/9wm/Makefile b/x11-wm/9wm/Makefile index 8229330fd103..fc1509ee0613 100644 --- a/x11-wm/9wm/Makefile +++ b/x11-wm/9wm/Makefile @@ -15,5 +15,6 @@ COMMENT= An 8 1/2-like Window Manager for X USE_IMAKE= yes MAN1= 9wm.1 +PLIST_FILES= bin/9wm .include <bsd.port.mk> diff --git a/x11-wm/9wm/pkg-plist b/x11-wm/9wm/pkg-plist deleted file mode 100644 index 7b1dad16ba4e..000000000000 --- a/x11-wm/9wm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9wm diff --git a/x11-wm/aewm++/Makefile b/x11-wm/aewm++/Makefile index fa1a1191e48b..71d7c0fe840b 100644 --- a/x11-wm/aewm++/Makefile +++ b/x11-wm/aewm++/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" prefix="${PREFIX}" \ INCLUDES="-I${X11BASE}/include" LIBPATH="-L${X11BASE}/lib" MAN1= aewm++.1x +PLIST_FILES= bin/aewm++ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/x11-wm/aewm++/pkg-plist b/x11-wm/aewm++/pkg-plist deleted file mode 100644 index 9ed02cc767ef..000000000000 --- a/x11-wm/aewm++/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/aewm++ diff --git a/x11-wm/ahwm/Makefile b/x11-wm/ahwm/Makefile index 25f691841667..af51418db887 100644 --- a/x11-wm/ahwm/Makefile +++ b/x11-wm/ahwm/Makefile @@ -20,5 +20,6 @@ GNU_CONFIGURE= yes MAN5= ahwmrc.5 MLINKS= ahwmrc.5 ahwm.5 +PLIST_FILES= bin/ahwm .include <bsd.port.mk> diff --git a/x11-wm/ahwm/pkg-plist b/x11-wm/ahwm/pkg-plist deleted file mode 100644 index f55d2baa1921..000000000000 --- a/x11-wm/ahwm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ahwm diff --git a/x11-wm/genmenu/Makefile b/x11-wm/genmenu/Makefile index efbc5996daf1..fa39c004c613 100644 --- a/x11-wm/genmenu/Makefile +++ b/x11-wm/genmenu/Makefile @@ -16,6 +16,7 @@ COMMENT= Generating menus for Bbox, Fbox, Obox, WM and E RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 +PLIST_FILES= bin/genmenu USE_REINPLACE= yes NO_BUILD= yes diff --git a/x11-wm/genmenu/pkg-plist b/x11-wm/genmenu/pkg-plist deleted file mode 100644 index bfb4f2726277..000000000000 --- a/x11-wm/genmenu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/genmenu diff --git a/x11-wm/gnome2wmaker/Makefile b/x11-wm/gnome2wmaker/Makefile index dc606ab48f01..a595869a77e6 100644 --- a/x11-wm/gnome2wmaker/Makefile +++ b/x11-wm/gnome2wmaker/Makefile @@ -17,6 +17,7 @@ COMMENT= Inserts the GNOME menu into the WindowMaker menu LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker +PLIST_FILES= bin/gnome2wmaker USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= yes diff --git a/x11-wm/gnome2wmaker/pkg-plist b/x11-wm/gnome2wmaker/pkg-plist deleted file mode 100644 index 70017967bc82..000000000000 --- a/x11-wm/gnome2wmaker/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gnome2wmaker diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 47c6e5168f49..c508d8937b6f 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -19,5 +19,6 @@ WRKSRC= ${WRKDIR}/tvtwm USE_IMAKE= yes USE_XPM= yes MAN1= tvtwm.1 +PLIST_FILES= bin/tvtwm .include <bsd.port.mk> diff --git a/x11-wm/tvtwm/pkg-plist b/x11-wm/tvtwm/pkg-plist deleted file mode 100644 index 6f2247eec1e9..000000000000 --- a/x11-wm/tvtwm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tvtwm diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index 398316f1435e..3bfb642fcffa 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -19,6 +19,7 @@ USE_IMAKE= yes USE_REINPLACE= yes MAN1= w9wm.1 +PLIST_FILES= bin/w9wm post-patch: @${REINPLACE_CMD} -e '/malloc\.h/d' ${WRKSRC}/client.c diff --git a/x11-wm/w9wm/pkg-plist b/x11-wm/w9wm/pkg-plist deleted file mode 100644 index 8b7b381eee22..000000000000 --- a/x11-wm/w9wm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/w9wm diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile index d7bb81ab24c2..705603133c51 100644 --- a/x11-wm/wmcp/Makefile +++ b/x11-wm/wmcp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockable pager for Window Maker +PLIST_FILES= bin/wmcp USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= clean wmcp diff --git a/x11-wm/wmcp/pkg-plist b/x11-wm/wmcp/pkg-plist deleted file mode 100644 index 36ec7153eae0..000000000000 --- a/x11-wm/wmcp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmcp diff --git a/x11/9box/Makefile b/x11/9box/Makefile index dda5bb397d4d..2d36d850613c 100644 --- a/x11/9box/Makefile +++ b/x11/9box/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://freesoftware.fsf.org/download/9box/ \ MAINTAINER= ports@FreeBSD.org COMMENT= 9box can "pack" windows inside itself +PLIST_FILES= bin/9box USE_REINPLACE= yes USE_XLIB= yes USE_X_PREFIX= yes diff --git a/x11/9box/pkg-plist b/x11/9box/pkg-plist deleted file mode 100644 index 9db05c2be4c2..000000000000 --- a/x11/9box/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9box diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index dbb813033f02..3d4de56df70f 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple menu patterened after plan9 #BROKEN= unfetchable +PLIST_FILES= bin/9menu USE_XLIB= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= diff --git a/x11/9menu/pkg-plist b/x11/9menu/pkg-plist deleted file mode 100644 index c2b402d15782..000000000000 --- a/x11/9menu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9menu diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 3feee89347c8..52d687512324 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -21,5 +21,6 @@ NO_WRKSUBDIR= yes USE_X_PREFIX= yes MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work MAN1= 9term.1 +PLIST_FILES= bin/9term .include <bsd.port.mk> diff --git a/x11/9term/pkg-plist b/x11/9term/pkg-plist deleted file mode 100644 index f1f94970c6a4..000000000000 --- a/x11/9term/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/9term diff --git a/x11/blast/Makefile b/x11/blast/Makefile index 4eaae8cefa17..19164dbf52d5 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -19,6 +19,7 @@ COMMENT= Blast blows holes through windows WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes MAN1= blast.1 +PLIST_FILES= bin/blast do-build: ${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXext -o ${WRKSRC}/blast diff --git a/x11/blast/pkg-plist b/x11/blast/pkg-plist deleted file mode 100644 index 9fff8b827d9c..000000000000 --- a/x11/blast/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/blast diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index e613e8d55c4b..6e6ee775a512 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -16,6 +16,7 @@ COMMENT= Compressing X protocol proxy designed to support X11 over slow links LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo MAN1= dxpc.1 +PLIST_FILES= bin/dxpc GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/x11/dxpc/pkg-plist b/x11/dxpc/pkg-plist deleted file mode 100644 index efaa89d74ede..000000000000 --- a/x11/dxpc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/dxpc diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile index 5395adfbe508..20f76e2c050e 100644 --- a/x11/ebuttons/Makefile +++ b/x11/ebuttons/Makefile @@ -17,6 +17,8 @@ COMMENT= A simple epplet that contains several buttons used to launch programs LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +PLIST_FILES= bin/E-Buttons.epplet + WRKSRC= ${WRKDIR}/E-buttons USE_X_PREFIX= yes diff --git a/x11/ebuttons/pkg-plist b/x11/ebuttons/pkg-plist deleted file mode 100644 index 636633d39efb..000000000000 --- a/x11/ebuttons/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/E-Buttons.epplet diff --git a/x11/erun/Makefile b/x11/erun/Makefile index 91054f728f2c..aeb7a6db1b69 100644 --- a/x11/erun/Makefile +++ b/x11/erun/Makefile @@ -17,6 +17,8 @@ COMMENT= A simple epplet for launching arbitrary programs LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet +PLIST_FILES= bin/E-Run.epplet + WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes diff --git a/x11/erun/pkg-plist b/x11/erun/pkg-plist deleted file mode 100644 index 4b66b6ac1adf..000000000000 --- a/x11/erun/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/E-Run.epplet diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile index e5c3be4ddc14..a463f80b416a 100644 --- a/x11/grabc/Makefile +++ b/x11/grabc/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Grab a color from screen +PLIST_FILES= bin/grabc USE_XLIB= yes CFLAGS+= -I${X11BASE}/include LIBS+= -L${X11BASE}/lib -lX11 diff --git a/x11/grabc/pkg-plist b/x11/grabc/pkg-plist deleted file mode 100644 index 310cce9b0b66..000000000000 --- a/x11/grabc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/grabc diff --git a/x11/gyroscope/Makefile b/x11/gyroscope/Makefile index ef8477538432..d0a5da25c06a 100644 --- a/x11/gyroscope/Makefile +++ b/x11/gyroscope/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://soupnazi.org/FreeBSD/ports/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= HTML color picker written using GTK +PLIST_FILES= bin/gyroscope WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes diff --git a/x11/gyroscope/pkg-plist b/x11/gyroscope/pkg-plist deleted file mode 100644 index 34828a4f571c..000000000000 --- a/x11/gyroscope/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gyroscope diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index a2370a79f13c..d88317869255 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -22,5 +22,6 @@ EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= | ${SH} MAN1= sxpc.1 +PLIST_FILES= bin/sxpc .include <bsd.port.mk> diff --git a/x11/sxpc/pkg-plist b/x11/sxpc/pkg-plist deleted file mode 100644 index 5055acf2f746..000000000000 --- a/x11/sxpc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sxpc diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile index 9448c9495ca5..bb9dc7fe2bc6 100644 --- a/x11/wmmatrix/Makefile +++ b/x11/wmmatrix/Makefile @@ -15,6 +15,7 @@ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A DockApp that runs a version of the xmatrix screenhack +PLIST_FILES= bin/wmmatrix USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes diff --git a/x11/wmmatrix/pkg-plist b/x11/wmmatrix/pkg-plist deleted file mode 100644 index e0085485fe3e..000000000000 --- a/x11/wmmatrix/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmmatrix diff --git a/x11/xantfarm/Makefile b/x11/xantfarm/Makefile index 2f4e4e6b7103..1e91a7e095cc 100644 --- a/x11/xantfarm/Makefile +++ b/x11/xantfarm/Makefile @@ -17,5 +17,6 @@ COMMENT= Ant hill simulation on X11 root window WRKSRC= ${WRKDIR}/xantfarm USE_IMAKE= yes MAN1= xantfarm.1 +PLIST_FILES= bin/xantfarm .include <bsd.port.mk> diff --git a/x11/xantfarm/pkg-plist b/x11/xantfarm/pkg-plist deleted file mode 100644 index bc0a878a6c04..000000000000 --- a/x11/xantfarm/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xantfarm diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile index ed01203c1d67..a178e4f7087c 100644 --- a/x11/xbindkeys_config/Makefile +++ b/x11/xbindkeys_config/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= trevor MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use gtk program for configuring Xbindkeys +PLIST_FILES= bin/xbindkeys_config USE_GNOME= gtk12 USE_REINPLACE= yes MAKE_ENV= CC="${CC} ${CFLAGS}" diff --git a/x11/xbindkeys_config/pkg-plist b/x11/xbindkeys_config/pkg-plist deleted file mode 100644 index 93834ee2a89f..000000000000 --- a/x11/xbindkeys_config/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xbindkeys_config diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index f826748fb7b6..12e085f1ee78 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -17,6 +17,7 @@ COMMENT= An interface to X selections ("the clipboard") from the command line WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes -MAN1= xclip.1 +MAN1= xclip.1 +PLIST_FILES= bin/xclip .include <bsd.port.mk> diff --git a/x11/xclip/pkg-plist b/x11/xclip/pkg-plist deleted file mode 100644 index b1e75b98dfbc..000000000000 --- a/x11/xclip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xclip diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index f9173193ed1b..9c40419e1226 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -17,5 +17,6 @@ COMMENT= Very useful utility for configuring and testing XInput devices USE_IMAKE= yes MAN1= xinput.1 +PLIST_FILES= bin/xinput .include <bsd.port.mk> diff --git a/x11/xinput/pkg-plist b/x11/xinput/pkg-plist deleted file mode 100644 index 94c3093614c5..000000000000 --- a/x11/xinput/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xinput diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index 7d45d5cc374a..f1fbde176607 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -16,6 +16,7 @@ COMMENT= Mold spreading over your X11 screen USE_IMAKE= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xmold do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmold ${PREFIX}/bin diff --git a/x11/xmold/pkg-plist b/x11/xmold/pkg-plist deleted file mode 100644 index 739d41ef43ab..000000000000 --- a/x11/xmold/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xmold diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile index 3558ca92c047..3efee54456ac 100644 --- a/x11/xsel/Makefile +++ b/x11/xsel/Makefile @@ -25,7 +25,8 @@ NO_WRKSUBDIR= yes CFLAGS+= `${GTK_CONFIG} --cflags` LDFLAGS+= `${GTK_CONFIG} --libs` -lXt -lXaw -MAN1= xsel.1 +MAN1= xsel.1 +PLIST_FILES= bin/xsel do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} xsel.c -o xsel ${LDFLAGS}) diff --git a/x11/xsel/pkg-plist b/x11/xsel/pkg-plist deleted file mode 100644 index f42e4ea51e66..000000000000 --- a/x11/xsel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xsel diff --git a/x11/xskyroot/Makefile b/x11/xskyroot/Makefile index 2161221f81d3..895877943f20 100644 --- a/x11/xskyroot/Makefile +++ b/x11/xskyroot/Makefile @@ -22,5 +22,6 @@ DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes +PLIST_FILES= bin/xskyroot .include <bsd.port.mk> diff --git a/x11/xskyroot/pkg-plist b/x11/xskyroot/pkg-plist deleted file mode 100644 index cb5ec3b549dd..000000000000 --- a/x11/xskyroot/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xskyroot diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile index 30f134e88a0b..2e6641e26b62 100644 --- a/x11/xtattr/Makefile +++ b/x11/xtattr/Makefile @@ -18,5 +18,6 @@ COMMENT= A tool for changing xterm attributes MAKEFILE= ${FILESDIR}/Makefile.bsd MAN1= xtattr.1 MANCOMPRESSED= maybe +PLIST_FILES= bin/xtattr .include <bsd.port.mk> diff --git a/x11/xtattr/pkg-plist b/x11/xtattr/pkg-plist deleted file mode 100644 index c26ca10c8c18..000000000000 --- a/x11/xtattr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xtattr diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index bbeb05573d38..3328b7d29efa 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -16,5 +16,6 @@ COMMENT= Tool startup utility for X11 USE_IMAKE= yes MAN1= xtoolwait.1 +PLIST_FILES= bin/xtoolwait .include <bsd.port.mk> diff --git a/x11/xtoolwait/pkg-plist b/x11/xtoolwait/pkg-plist deleted file mode 100644 index 5a8760887f70..000000000000 --- a/x11/xtoolwait/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xtoolwait diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index 7230fd677853..abdb96fc8823 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Watch a window on another X server MAN1= xwatchwin.1 +PLIST_FILES= bin/xwatchwin USE_IMAKE= yes diff --git a/x11/xwatchwin/pkg-plist b/x11/xwatchwin/pkg-plist deleted file mode 100644 index dc045dc6267d..000000000000 --- a/x11/xwatchwin/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xwatchwin |