Update to port mcweject
My original dist file mistakenly contained object files and a gzipped man page. (I simply forgot to make clean before rolling the tarball.) Someone on your end enhanced the port Makefile to remove these post-extract as a workaround. I've since cleaned up the dist file, and updated the port Makefile and distinfo. Here's the new tree: PR: ports/91247 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
This commit is contained in:
parent
7ff8b27218
commit
2dda480e8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152710
2 changed files with 14 additions and 20 deletions
|
@ -1,33 +1,28 @@
|
|||
# New ports collection Makefile for: mcweject
|
||||
# Date created: 11 Jan 2005
|
||||
# Whom: jbacon@mcw.edu
|
||||
# New ports collection Makefile for: mcweject
|
||||
# Date created: 11 Jan 2005
|
||||
# Whom: Jason Bacon <jbacon@mcw.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mcweject
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
|
||||
PORTNAME= mcweject
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jbacon@mcw.edu
|
||||
COMMENT= Removable media eject
|
||||
MAINTAINER= jbacon@mcw.edu
|
||||
COMMENT= Removable media eject
|
||||
|
||||
MAN1= eject.1
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= eject.1
|
||||
MANCOMPRESSED= yes
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
CONFLICTS= eject-[0-9]*
|
||||
CONFLICTS= eject-[0-9]*
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
PLIST_FILES= sbin/eject share/examples/mcweject/eject.allow
|
||||
PLIST_DIRS= share/examples/mcweject
|
||||
|
||||
post-extract:
|
||||
.for f in eject eject.o eject.1.gz
|
||||
${RM} ${WRKSRC}/${f}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/examples/mcweject
|
||||
${INSTALL_DATA} ${WRKSRC}/eject.allow.sample \
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (mcweject-0.9.tar.gz) = 65c8ab5d82dd852b956f5c96bdb8e93d
|
||||
SHA256 (mcweject-0.9.tar.gz) = 3405042896ed68c8317778a3e407a833ede313d40d3e7e928de3253109f339d5
|
||||
SIZE (mcweject-0.9.tar.gz) = 19254
|
||||
MD5 (mcweject-0.9.tar.gz) = dd2ec20b8c9054faf238d2c35cc77e2c
|
||||
SIZE (mcweject-0.9.tar.gz) = 6037
|
||||
|
|
Loading…
Reference in a new issue