diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 06:05:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-03 06:05:17 +0000 |
commit | 46eb31495e4e1eefb55684fe36b2dc28132d4bb1 (patch) | |
tree | bea33d0b66cfcf7c94c21afda6c544ce1d064638 /audio | |
parent | 370c43c53fd1b927eb8017768c308dcea3cbb76d (diff) | |
download | ports-46eb31495e4e1eefb55684fe36b2dc28132d4bb1.tar.gz ports-46eb31495e4e1eefb55684fe36b2dc28132d4bb1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 9 | ||||
-rw-r--r-- | audio/openal/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index 3a2292d72d1d..ab9fd70d7323 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -6,19 +6,20 @@ # PORTNAME= openal -PORTVERSION= 20020712fbsd +PORTVERSION= 20021215fbsd CATEGORIES= audio MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ + http://www.smluc.org/~erik/\ http://csc.smsu.edu/~greenwald/ MAINTAINER= erik@smluc.org -WRKSRC= ${WRKDIR}/${PORTNAME}/linux +WRKSRC= ${WRKDIR}/${DISTNAME}/linux GNU_CONFIGURE= yes USE_GMAKE= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info - install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir + @${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info + @install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/audio/openal/distinfo b/audio/openal/distinfo index 2aa61b80523d..c5ef7c6fca2d 100644 --- a/audio/openal/distinfo +++ b/audio/openal/distinfo @@ -1 +1 @@ -MD5 (openal-20020712fbsd.tar.gz) = 255eb6e0c9cd9560592730ba5fdfff56 +MD5 (openal-20021215fbsd.tar.gz) = 0d0ce9570515aab541b74b41ae74d026 |