diff options
author | vs <vs@FreeBSD.org> | 2005-03-21 16:16:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-21 16:16:25 +0800 |
commit | 9960caf730669cc3134c4dec23b55eb6cca98651 (patch) | |
tree | 74cf526c6a6ab0adef0b1666ff0ce89b9b7bdc57 /devel | |
parent | ef5c378db21ef8120560d28b7cc7ab7a2a660dea (diff) | |
download | freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.tar.gz freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.tar.zst freebsd-ports-gnome-9960caf730669cc3134c4dec23b55eb6cca98651.zip |
- Prune more minimal plists
- jmirror: install sample-conf to EXAMPLESDIR
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mprof/Makefile | 1 | ||||
-rw-r--r-- | devel/mprof/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/devel/mprof/Makefile b/devel/mprof/Makefile index 05ddeeee99ee..06e479a52946 100644 --- a/devel/mprof/Makefile +++ b/devel/mprof/Makefile @@ -18,6 +18,7 @@ COMMENT= Memory Profiler and Leak Detector NO_WRKSUBDIR= yes MAKEFILE= Makefile.i386 MAN1= mprof.1 +PLIST_FILES= bin/mprof lib/libc_mp.a do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mprof ${PREFIX}/bin diff --git a/devel/mprof/pkg-plist b/devel/mprof/pkg-plist deleted file mode 100644 index 7cc60e8d35f0..000000000000 --- a/devel/mprof/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/mprof -lib/libc_mp.a |