diff options
author | danfe <danfe@FreeBSD.org> | 2013-08-25 00:46:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-08-25 00:46:12 +0800 |
commit | 450bf2a0029dc00bbc6e9c513437a290bab9d654 (patch) | |
tree | 0ba05f7398ba67d7464617336815deea5ec45ba8 /lang/sr | |
parent | 9a2734904c37b83ec05ca199e4c52be2d926a084 (diff) | |
download | freebsd-ports-gnome-450bf2a0029dc00bbc6e9c513437a290bab9d654.tar.gz freebsd-ports-gnome-450bf2a0029dc00bbc6e9c513437a290bab9d654.tar.zst freebsd-ports-gnome-450bf2a0029dc00bbc6e9c513437a290bab9d654.zip |
Couple of minor, non-functional changes forgotten in the previous commits.
Diffstat (limited to 'lang/sr')
-rw-r--r-- | lang/sr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile index c640e1919df0..76550962e6cd 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -10,7 +10,7 @@ DISTNAME= sr${PORTVERSION:S/.//g} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= Parallel language (Synchronization Resources) +COMMENT= Parallel language from the University of Arizona USES= gmake # required to support parallel (-jX) builds HAS_CONFIGURE= yes |